Explain various methods to make ajax request in jquery? : jquery mobile
Answer / Sukhdev Singh
jQuery provides several methods for making AJAX requests, namely $.ajax(), $.get(), $.post() and $.load(). Each method has different parameters to handle the request and response accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of val() method in jquery?
What is jquery selectors? Give some examples.
Please explain remove class jquery with example?
How to find grand children in of an element?
How does the jQuery pushStack function work?
How do you stop the currently-running animation?
How can jquery be used in conjunction with another javascript library that also uses $ for naming?
Explain type paremeter of jquery ajax method?
How to add or remove classes to an element in jquery?
Difference Between Prop and Attr in jQuery?
Differentiate between width() vs css(‘width’) in jquery
What are various methods to make ajax request in jQuery?