What are the four parameters used for jQuery Ajax method?
Answers
Answered by
3
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.
All jQuery AJAX methods use the ajax() method. This method is mostly used for requests where the other methods cannot be used.
Similar questions