Can we use jQuery to make ajax request?
Answers were Sorted based on User's Feedback
Answer / chaitanya
Yes. jQuery can be used for making ajax request.
Is This Answer Correct ? | 0 Yes | 0 No |
How you get server response from an ajax request using jquery?
What is the difference between calling stop(true,true) and finish method?
What is the between $(this) and 'this' in jquery?
What is event.PreventDefault in jQuery?
Difference between javascript and jquery?
How we can apply css in multiple selectors in jquery?
Name 3 available jquery plugins that bootstrap has in their query plugin library.
How does jquery store data related to an element?
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
Explain the difference between jquery.size() and jquery.length?
Is window.onload is different from document.ready()?
Why jQuery is needed?