tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system
Global Ajax Event Handlers:
These methods register handlers to be called when certain events, such as initialization or completion, take place for any AJAX request on the page.
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.
Show a message when an Ajax request completes successfully.
Helper Functions:
These functions assist with common idioms encountered when performing AJAX tasks.
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.
Encode a set of form elements as an array of names and values.
Low-Level Interface:
These methods can be used to make arbitrary AJAX requests.
Perform an asynchronous HTTP (Ajax) request.
Set default values for future Ajax requests.
Shorthand Methods:
These methods perform the more common types of AJAX requests in less code.
Load data from the server using a HTTP GET request.
Load JSON-encoded data from the server using a GET HTTP request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Returns:jQuery
Load data from the server and place the returned HTML into the matched element.
Load data from the server using a HTTP POST request.
Was this information helpful?
   

Comments