Define cache paremeter of jquery ajax method?



Define cache paremeter of jquery ajax method?..

Answer / Asheesh Kumar Poothia

The cache parameter in jQuery's AJAX method determines whether the data received should be cached or not. If set to true, the data will be stored in the browser's cache; if set to false or omitted, it will not be cached. Example: `$.ajax({cache: true})`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

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

1 Answers  


How to select element having a particular class (".selected")?

1 Answers  


Explain the difference between event.preventdefault and "return false"? : jquery mobile

1 Answers  


How to check/uncheck an input in jquery?

1 Answers  


How to check if number is numeric while using jQuery 1.7+?

1 Answers  


What are the advantages of method chaining in jquery?

1 Answers  


What is the use of jQuery load method?

1 Answers  


What are the types of selectors in jQuery?

1 Answers  


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

1 Answers  


Tell me does jquery 2.0 supports ie? : jquery mobile

1 Answers  


What is a jquery ?

1 Answers  


Explain why there are two different version of jquery library? : jquery mobile

1 Answers  


Categories