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...


What are various methods to make ajax request in jQuery?



What are various methods to make ajax request in jQuery?..

Answer / chaitanya

Using below jQuery methods, you can make ajax calls.

load() : Load a piece of html into a container DOM

$.getJSON(): Load JSON with GET method.

$.getScript(): Load a JavaScript file.

$.get(): Use to make a GET call and play extensively with the response.

$.post(): Use to make a POST call and don't want to load the response to some container DOM.

$.ajax(): Use this to do something on XHR failures, or to specify ajax options (e.g. cache: true) on the fly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Explain animate function in jquery?

0 Answers  


What is the script build up by jQuery?

0 Answers  


How to divide a page into parts using jquery mobile? : jquery mobile

0 Answers  


What is difference between .setinterval() and .delay() ?

0 Answers  


What are the difference between alert() and confirm()?

0 Answers  


How to disable/enable an element in jquery?

0 Answers  


How can we apply css in odd childs of parent node using jquery library?

0 Answers  


What are the advantages of jQuery?

0 Answers  


How to use migrate jquery plugin if possible? : jquery mobile

0 Answers  


What is the difference between prop() and attr() in jquery?

0 Answers  


What are selectors in jquery?

0 Answers  


What are jquery selectors?

0 Answers  


Categories