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 the difference between $(this) and 'this' in jquery?

0 Answers  


What are the different types of selectors in jquery?

0 Answers  


How to check if number is numeric while using jquery 1.7+? : jquery mobile

0 Answers  


What is the use of serialize method in jQuery?

0 Answers  


What is the difference between prop and attr?

0 Answers  


Tell me does jquery 2.0 supports ie? : jquery mobile

0 Answers  


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

0 Answers  


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

0 Answers  


How to use jquery?

0 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


Is jQuery a library for client scripting or server scripting?

1 Answers  


Create a plugin that would add and remove a class on hover.

0 Answers  


Categories