Explain jquery $.ajax() method?



Explain jquery $.ajax() method?..

Answer / Mohd Zeeshan

The $.ajax() method in jQuery is used to send asynchronous HTTP requests, such as GET and POST, from the client-side to the server-side. It accepts various parameters, including type (request method), url (endpoint), data (request body), and success/error callback functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How can we add change font size using jquery?

1 Answers  


How to increase cursor size in html body using jquery?

1 Answers  


What is the difference between $(this) and 'this' in jquery?

1 Answers  


How to include jquery library in asp.net project?

1 Answers  


Which version of jquery file should be used?

1 Answers  


How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?

1 Answers  


What is the difference between jquery.size() and jquery.length?

1 Answers  


Why is not dom ready working for jquery mobile? : jquery mobile

1 Answers  


Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?

1 Answers  


How to use jquery.connect?

1 Answers  


How did you become the creator of jquery ui? Whats the story behind that?

1 Answers  


JQuery or JavaScript which is quicker in execution?

1 Answers  


Categories