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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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

871


What are the selectors in jquery? How many types of selectors in jquery?

858


Explain the use of jquery .each() function? : jquery mobile

867


explain width() vs css(‘width’) in jquery

858


Explain event.preventdefault? : jquery mobile

872


When can jquery be used?

871


How can you use array with jquery?

904


What is the use of .size() method in jquery?

813


What is meant by a deep copy? : jQuery Mobile

831


What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile

812


What is jquery selectors?

1012


Which command will give a version of jQuery?

929


What is jquery.holdready() function?

875


How can you use a jquery library in your project?

811


Explain the difference between jquery.size() and jquery.length?

874