- 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
- HTTP CRUD verbs -
- Why can't get to the data? Learn about the event loop (until min. 17)
- handlers
success
error
complete
- defaults - accepts a url and makes a