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

Tell me how to select combobox select value and text using jquery?

777


How to get the direct parent of an element using ?

856


Which version of jquery file should be used?

851


Is vanilla js faster than jquery?

755


Explain some features of jquery knockout?

738


What to do to select element having a particular class (".selected")? : jquery mobile

761


Difference between event.PreventDefault and event.stopPropagation?

818


How can we show and hide an element via jquery?

734


How do you select an item using css class or id and get the value by use of jquery.

754


Define jquery connect?

840


How to submit a form without submit button using jquery?

754


Hide and show image on button click using jQuery?

728


How do you install/use jquery in a project.

780


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

728


What are the advantages of minified version of jquery?

764