element
element Property
element PropertyDefault Behavior
Triggered by Interaction
Use Cases
Example
<button data-product-id="12345">Buy Now</button>Last updated
Was this helpful?
element Property<button data-product-id="12345">Buy Now</button>Last updated
Was this helpful?
Was this helpful?
const productId = element.getAttribute('data-product-id');