JQuery Programmer Question:

What is the use of jQuery.data() method?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

jQuery data method is used to associate data with DOM nodes and JavaScript objects. This method will make a code very concise and neat.


Previous QuestionNext Question
How can we debug jQuery?Why jQuery is better than JavaScript?