Skip to content

Latest commit

 

History

History

README.md

Materials for week4

jQuery recap

We need to have a good understanding of jQuery in order to move on with AJAX & Promises & CRUD applications.

Here are few very good materials that cover jQuery basics:

Journey to the land of HTTP and AJAX

We are going to start making AJAX web applications.

AJAX stands for Async HTTP calls.

To get a good understanding of what HTTP is and what our browser is doing when we load a website, you can watch this video (Starting from minute 22).

For doing AJAX stuff with jQuery, we are going to follow the official documentation - http://api.jquery.com/jquery.ajax/