DO YOU NEED A CONTENT WRITER FOR YOUR BUSINESS?

Your One-Stop Solution for All Content Needs! Click here for more!
Categories: jQuery

jQuery Data Method

Share

jQuery data method gives you the ability to associate arbitrary data with HTML DOM nodes and JavaScript objects.

As of jQuery 1.4.3, you have the ability to use this method on JavaScript objects and call for element modification.

jQuery.data() method store arbitrary data associated with the specified element or returns the value that was set.

Syntax:

$(selector).data(name);
$(selector).data(name,value);

Example using jQuery Data:

$("#myDiv").data("key","value");

You can pass the object as well:

$("#myDiv").data({"name":"John","age":30});

Above example is same as:

$("#myDiv").data("name","John").data("age",30);

Read Also: Select an element with multiple classes in jQuery

You can get the value by calling it in a single parameter:

var name = $("#myDiv").data("name"); // Returns "John"

Internally, jQuery creates an empty object i.e. $.cache, which is used to store the values that you set via the data method.

Get more details from jQuery documentation.

Jacob Frazier

Based on United States, Jacob Frazier is a skilled JavaScript developer with over 8 years of experience. He is passionate about change and trying new things, both professionally and personally. He loves startups and is extremely proactive.

Recent Posts

All You Need to Know about Low THC Oil Registry Card Georgia

Many of the states in the United States of America allow the use of medical…

1 week ago

Easy Ways to Strengthen Online Security and Privacy

Did you know that every time you browse this website or any other, you leave…

1 week ago

Play Anytime, Anywhere with GameZone Arcade Games

Online casino has gained immense popularity with the rise of online casinos. Platforms like GameZone…

1 week ago

Need to rank for seasonal keyword?

Every business has one or several peak seasons or periods of time during the year…

2 weeks ago

Himalaya Confido Results: What to Realistically Expect and When

Men searching for natural support often come across himalaya confido results — and the biggest question is…

2 weeks ago

Top Mutual fund houses and the differences between them

Looking to invest and get interest beyond your average savings account and fixed deposits? Well,…

2 weeks ago