Do you know what is the use of jquery.data()?
Answer / Siddhartha Kumar Sinha
jQuery's .data() method is used for storing and retrieving data values for an element in a user-space storage area called 'data store'. It can be used to store custom data associated with an HTML element that can later be retrieved.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use our own specific character in the place of $ sign in jQuery?
What is get()? : jquery mobile
How does caching helps and how to use caching in jQuery?
Where jquery mobile works? : jquery mobile
Define width() vs css('width')?
Is jQuery a programming language?
Explain .live()? : jquery mobile
How we can select multiple elements in jquery?
Explain the difference between jquery.size() and jquery.length?
How to load jQuery locally when CDN fails?
Difference between parent() and parents() in jQuery?
How to execute jQuery code after the DOM is ready?