Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Answer / chaitanya

By using jQuery post()/ jQuery get(), you always trust the response from the server and you believe it is going to be successful all the time. Well, it is certainly not a good idea to trust the response. As there can be n number of reason which may lead to failure of response.

Where jQuery.ajax() is jQuery's low-level AJAX implementation. $.get and $.post are higher-level abstractions that are often easier to understand and use, but don't offer as much functionality (such as error callbacks). Find out more here.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More jQuery Interview Questions

Define width() vs css('width')?

0 Answers  


How to check/uncheck an input in jquery?

0 Answers  


What are the guidelines for an application to follow the principles of progressive enhancement.

0 Answers  


How method can be called inside code behind using jQuery?

0 Answers  


Why there are two different version of jQuery library?

1 Answers  


How to multiple AJAX requests be run simultaneously in jQuery?

0 Answers  


Difference between javascript and jquery? : jQuery Mobile

0 Answers  


Why we use jquery .each() function?

0 Answers  


Why should I use jquery?

0 Answers  


How to find all sibling elements after the current element using ?

0 Answers  


How to add a class to html element?

0 Answers  


What is the use of jquery.data()?

0 Answers  


Categories