Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Creates an object that handles the actual transmission of Ajax data. A transport is an object that
Register a handler to be called when the first Ajax request begins. This is an Ajax Event.
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.
Set default values for future Ajax requests. Its use is not recommended. For details on the settings
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event
Load data from the server using a HTTP GET request. This is a shorthand Ajax function, which is
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
Page 1 of 2