3
Reply

What is the use jQuery.data method?

Nitin Choudhary

Nitin Choudhary

Jan 20, 2015
1.3k
0

    It store arbitrary data associated with the specified element.

    Rupesh Kahane
    November 29, 2015
    0

    http://api.jquery.com/jquery.data/

    Munesh Sharma
    February 09, 2015
    0

    jQuery.data methods is used to associate the data with the DOM nodes and the objects. This data method makes the jQuery code clear and concise.

    Nitin Choudhary
    January 20, 2015
    0