Quantcast
Channel: jQuery API Documentation » Ajax
Browsing all 20 articles
Browse latest View live

jQuery.ajaxTransport()

jQuery.ajaxTransport( dataType, handler(options, originalOptions, jqXHR) )Returns: undefined Description: Creates an object that handles the actual transmission of Ajax data. version added:...

View Article



jQuery.ajaxSetup()

jQuery.ajaxSetup( options )Returns: Description: Set default values for future Ajax requests. version added: 1.1jQuery.ajaxSetup( options ) options Type: PlainObject A set of key/value pairs that...

View Article

jQuery.ajaxPrefilter()

jQuery.ajaxPrefilter( [dataTypes ], handler(options, originalOptions, jqXHR) )Returns: undefined Description: Handle custom Ajax options or modify existing options before each request is sent and...

View Article

jQuery.ajax()

jQuery.ajax( url [, settings ] )Returns: jqXHR Description: Perform an asynchronous HTTP (Ajax) request. version added: 1.5jQuery.ajax( url [, settings ] ) url Type: String A string containing the URL...

View Article

.ajaxSuccess()

.ajaxSuccess( handler(event, XMLHttpRequest, ajaxOptions) )Returns: jQuery Description: Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event. version...

View Article


.ajaxStop()

.ajaxStop( handler() )Returns: jQuery Description: Register a handler to be called when all Ajax requests have completed. This is an Ajax Event. version added: 1.0.ajaxStop( handler() ) handler()...

View Article

.ajaxStart()

.ajaxStart( handler() )Returns: jQuery Description: Register a handler to be called when the first Ajax request begins. This is an Ajax Event. version added: 1.0.ajaxStart( handler() ) handler() Type:...

View Article

.ajaxSend()

.ajaxSend( handler(event, jqXHR, ajaxOptions) )Returns: jQuery Description: Attach a function to be executed before an Ajax request is sent. This is an Ajax Event. version added: 1.0.ajaxSend(...

View Article


.ajaxError()

.ajaxError( handler(event, jqXHR, ajaxSettings, thrownError) )Returns: jQuery Description: Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event. version...

View Article


.ajaxComplete()

.ajaxComplete( handler(event, XMLHttpRequest, ajaxOptions) )Returns: jQuery Description: Register a handler to be called when Ajax requests complete. This is an AjaxEvent. version added:...

View Article

jQuery.ajaxTransport()

jQuery.ajaxTransport( dataType, handler )Returns: undefined Description: Creates an object that handles the actual transmission of Ajax data. version added: 1.5jQuery.ajaxTransport( dataType, handler...

View Article

jQuery.ajaxSetup()

jQuery.ajaxSetup( options )Returns: Description: Set default values for future Ajax requests. Its use is not recommended. version added: 1.1jQuery.ajaxSetup( options ) options Type: PlainObject A set...

View Article

jQuery.ajaxPrefilter()

jQuery.ajaxPrefilter( [dataTypes ], handler )Returns: undefined Description: Handle custom Ajax options or modify existing options before each request is sent and before they are processed by...

View Article


jQuery.ajax()

jQuery.ajax( url [, settings ] )Returns: jqXHR Description: Perform an asynchronous HTTP (Ajax) request. version added: 1.5jQuery.ajax( url [, settings ] ) url Type: String A string containing the URL...

View Article

.ajaxSuccess()

.ajaxSuccess( handler )Returns: jQuery Description: Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event. version added: 1.0.ajaxSuccess( handler )...

View Article


.ajaxStop()

.ajaxStop( handler )Returns: jQuery Description: Register a handler to be called when all Ajax requests have completed. This is an Ajax Event. version added: 1.0.ajaxStop( handler ) handler Type:...

View Article

.ajaxStart()

.ajaxStart( handler )Returns: jQuery Description: Register a handler to be called when the first Ajax request begins. This is an Ajax Event. version added: 1.0.ajaxStart( handler ) handler Type:...

View Article


.ajaxSend()

.ajaxSend( handler )Returns: jQuery Description: Attach a function to be executed before an Ajax request is sent. This is an Ajax Event. version added: 1.0.ajaxSend( handler ) handler Type: Function(...

View Article

.ajaxError()

.ajaxError( handler )Returns: jQuery Description: Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event. version added: 1.0.ajaxError( handler ) handler...

View Article

.ajaxComplete()

.ajaxComplete( handler )Returns: jQuery Description: Register a handler to be called when Ajax requests complete. This is an AjaxEvent. version added: 1.0.ajaxComplete( handler ) handler Type:...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images