Data Attribute Use

suggest change

HTML5 data-* attributes provide a convenient way to store data in HTML elements. The stored data can be read or modified using JavaScript

<div data-submitted="yes" class="user_profile">
  … some content …
</div>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents