JQuery Programmer Question:
What is the use of jQuery.data() method?
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 Question | Next Question |
How can we debug jQuery? | Why jQuery is better than JavaScript? |