Sunday, 4 January 2015

JQUERY AJAX() METHOD

JQUERY AJAX() METHOD



The ajax() method is used to perform an AJAX (asynchronous HTTP) request.
All jQuery AJAX methods use the ajax() method. This method is mostly used for requests where the other methods cannot be used.


Syntax


$.ajax({name:value, name:value, ... })
The parameters specifies one or more name/value pairs for the AJAX request.


Read More...

No comments:

Post a Comment