Returns:
jQuery
Register a handler to be called when Ajax requests complete. This is an Ajax Event.
Returns:
jQuery
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Returns:
jQuery
Show a message before an Ajax request is sent.
Returns:
jQuery
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Returns:
jQuery
Hide a loading message after all the Ajax requests have stopped.
Returns:
jQuery
Show a message when an Ajax request completes successfully.
These functions assist with common idioms encountered when performing AJAX tasks.
Returns:
String
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
Returns:
String
Encode a set of form elements as a string for submission.
Returns:
Array
Encode a set of form elements as an array of names and values.
These methods can be used to make arbitrary AJAX requests.
Returns:
XMLHttpRequest
Perform an asynchronous HTTP (Ajax) request.
Set default values for future Ajax requests.
Shorthand Methods:
Returns:jqXHR
Load data from the server using a HTTP GET request.
Returns:jqXHR
Load JSON-encoded data from the server using a GET HTTP request.
Returns:XMLHttpRequest
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Load data from the server and place the returned HTML into the matched element.
Returns:jqXHR
Load data from the server using a HTTP POST request.
Was this information helpful?

