Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Creates an object that handles the actual transmission of Ajax data. A transport is an object that
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Encode a set of form elements as an array of names and values. The .serializeArray()
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is
Set default values for future Ajax requests. Its use is not recommended. For details on the settings
Load data from the server using a HTTP GET request. This is a shorthand Ajax function, which is
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event
Page 1 of 2