Making AJAX Requests with jQuery

Thursday, April 8th, 2010 | 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 →