jQuery Tutorial plus Question:

Do you know what is the use of jQuery.data()?

jQuery Interview Question
jQuery Interview Question

Answer:

jQuery's data method gives us the ability to associate arbitrary data with DOM nodes and JavaScript objects. This makes our code more concise and clean.


Previous QuestionNext Question
How to call a method inside code-behind using jQuery?What is the use of jquery .each() function?