Skip to content Skip to sidebar Skip to footer
Showing posts with the label Custom Data Attribute

Storing Data In The Dom

I have a list of books and I want to store data against each book e.g. Price, Quantity, id, catergo… Read more Storing Data In The Dom

Do Html5 Data Attributes Need A Value?

I am wondering if html data attributes actually need a value to be applied? I wonder this because o… Read more Do Html5 Data Attributes Need A Value?

Jquery - Select All Elements With Attribute Name (not Value) Beginning With...?

Say I'm looking for all elements with an attribute 'data-language', whose value begins … Read more Jquery - Select All Elements With Attribute Name (not Value) Beginning With...?

Find Specific Anchor Tag And Replace Data Atribute On Click

I have following page structure Solution 1: $( ".audiojs .play-p… Read more Find Specific Anchor Tag And Replace Data Atribute On Click