Making AJAX Requests with jQuery

Thursday, August 25th, 2011 | AJAX, jQuery | 0 comments

Making an XMLHttpRequest (AJAX request) enables JavaScript code to make asynchronous HTTP requests to the server. Creating the XMLHttpRequest object via standard JavaScript quickly turns into a lengthy bit of code. This is where JavaScript’s beautiful cousin steps in: jQuery.

Read More →