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

How can jquery library be added to pages? Write a basic jquery code?

0 Answers  


What is the purpose of fadetoggle() method in jquery?

0 Answers  


What is wrong with this code line "$('#myid.3').text('blah blah!!!');"

1 Answers  


Explain the difference between jquery's ready and holdready?

0 Answers  


Explain finish method in jquery? : jquery mobile

0 Answers  


Explain how jquery works?

0 Answers  


Explain is jquery replacement of java script? : jquery mobile

0 Answers  


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

0 Answers  


How is the deferred method in jquery important in relation to animate method?

0 Answers  


Define jquery $.ajax() method?

0 Answers  


What are the the two types of cdns?

0 Answers  


Does jQuery 2.0 supports IE?

3 Answers  


Categories