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

What is jQuery.noConflict?

1 Answers  


Which program is useful for testing jQuery?

0 Answers  


What is the use of jQuery.ajax method ()?

0 Answers  


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

0 Answers  


Define data paremeter of jquery ajax method?

0 Answers  


What is the use of delegate() method in jquery?

0 Answers  


Explain animate function in jquery?

0 Answers  


How do you check or uncheck a checkbox input or radio button?

0 Answers  


Difference between $(this) and 'this' in jQuery?

1 Answers  


What is the use of delay() method in JQuery?

0 Answers  


What is the difference between event.PreventDefault and event.stopPropagation?

1 Answers  


What is jquery datepicker in jquery?

0 Answers  


Categories