Explain various methods to make ajax request in jquery? : jquery mobile



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

Post New Answer

More jQuery Interview Questions

What is the use of val() method in jquery?

1 Answers  


What is jquery selectors? Give some examples.

1 Answers  


Please explain remove class jquery with example?

1 Answers  


How to find grand children in of an element?

1 Answers  


How does the jQuery pushStack function work?

1 Answers  


How do you stop the currently-running animation?

1 Answers  


How can jquery be used in conjunction with another javascript library that also uses $ for naming?

1 Answers  


Explain type paremeter of jquery ajax method?

1 Answers  


How to add or remove classes to an element in jquery?

1 Answers  


Difference Between Prop and Attr in jQuery?

1 Answers  


Differentiate between width() vs css(‘width’) in jquery

1 Answers  


What are various methods to make ajax request in jQuery?

1 Answers  


Categories