Load data from the server and place the returned HTML into the matched element.
Encode a set of form elements as a string for submission. The .serialize() method creates
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Perform an asynchronous HTTP (Ajax) request. The $.ajax() function underlies all Ajax
Load JSON-encoded data from the server using a GET HTTP request. This is a shorthand Ajax function
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand
Ajax Events Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There
Load data from the server using a HTTP POST request. This is a shorthand Ajax function, which is
Page 2 of 2