jQuery Tutorial plus Question:

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

Tweet Share WhatsApp

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.

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