HTML5 Data attributes and jQuery’s .data – pairing made in heaven
May 12, 2010 in jQuery Plugins
UPDATE jQuery 1.4.3+ now does this in core. No need for this plugin! I really like the idea of the data-* properties in the spec for HTML5, unfortunately they’re not supported directly by any browser it seems yet; even jQuery 1.4.2 doesn’t really support them (due to the non-browser support I guess). Anyway, I really [...]