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

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...?

Html Data Attribute Ie6 Support

Does HTML's data attribute work in IE6? I'm using the attribute like this Solution 1: IE6… Read more Html Data Attribute Ie6 Support

Change Data-attribute On Click Of HTML Elements

I am trying to apply changes to the DOM when a is clicked. When clicked, it should add data-state=… Read more Change Data-attribute On Click Of HTML Elements