Answers for "data component attribute"

0

data component attribute

(data-component)data-* attributes gives us the ability to embed custom data attributes on all HTML elements.

eg . <a href="#" data-component="your-custom-value/string">

(now in the jquery you can use this value for anything (for eg. setteing the url/href attribute of this <a> tag)
Posted by: Guest on May-20-2021

Browse Popular Code Answers by Language