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 |
What is the use of val() method in jquery?
How to select element having a particular class (".selected")?
Explain the difference between event.preventdefault and "return false"? : jquery mobile
How to check/uncheck an input in jquery?
How to check if number is numeric while using jQuery 1.7+?
What are the advantages of method chaining in jquery?
What is the use of jQuery load method?
What are the types of selectors in jQuery?
What are the selectors in jquery? How many types of selectors in jquery?
Tell me does jquery 2.0 supports ie? : jquery mobile
What is a jquery ?
Explain why there are two different version of jquery library? : jquery mobile