Method: monitor
Since: 1.1
Parameters:
Variable
Type
Description
ajax
object
The AJAX transport.
error
function
The function to call if there was an error while the request is being made.
failure
function
The function to call if the request was a failure.
success
function
The function to call if the request was a success.
Description:
Monitor the states of the AJAX object and call the appropriate callback functions.
Method: request
Since: 1.1
Parameters:
Variable
Type
Description
url
string
The URL of the page to request.
Returns:
ActiveXObject | XMLHttpRequest
The AJAX transport.
Description:
Make a request to the given url using the given method and parameters.