CSS Takeaway | Making AJAX calls with jQuery.

load(): Load HTML From a Remote URL and Inject it into the DOM

Load content Load specific content Load with callback

Demo Zone. I will disappear.

$.getJSON(): Retrieve JSON from a Remote Location

Load content...

Load some bookmarks...

$.getScript(): Load JavaScript from a Remote Location

Load script...

Demo Zone. I will disappear.

$.get(): Make GET Requests

Load content...

Demo Zone. I will disappear.

$.post(): Make POST Requests

Load content...

Demo Zone. I will disappear.