Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 1.79 KB

README.md

File metadata and controls

46 lines (40 loc) · 1.79 KB

Table of Contents

Day 17 - JS: the data attribute and AJAX

Topics

  • jQuery Data Attributes
    • data- attributes on HTML5 elements
    • $(selector).data()
  • AJAX 1
    • What and why is AJAX?
    • $.ajax()
      • defaults - accepts a url and makes a GET request
      • setup/options
        • HTTP CRUD verbs - GET, PUT, POST, DELETE
      • Why can't get to the data? Learn about the event loop (until min. 17)
      • handlers
        • success
        • error
        • complete

Notes

Code

Assignments

Etsy search page

Resources