Methods

bind binds callback function to object
del issues a DELETE Ajax request to the server
get issues a GET Ajax request to the server
getXHR creates an xmlHttpRequest object
headers sets the HTTP request header(s)
patch issues a PATCH Ajax request to the server
post issues a POST AJAX request to the server
put issues a PUT Ajax request to the server
response sets the response type of the request
stringify converts a data object into a string before sending it to server
sync forces an Ajax request to run in a synchronous mode
timeout max time for ajax request in milliseconds
Back to top