Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand
Load JSON-encoded data from the server using a GET HTTP request. This is a shorthand Ajax function
Perform an asynchronous HTTP (Ajax) request. The $.ajax() function underlies all Ajax
Load data from the server and place the returned HTML into the matched element.
Register a handler to be called when all Ajax requests have completed. This is an Ajax Event.
Encode a set of form elements as a string for submission. The .serialize() method creates
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
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