Closed gtwilliams03 closed 10 years ago
in the 0.6 release i switched back to data but the aria attribute still requires attr method.
i will leave this open for futher discussions.
i'm considering this as closed cause there are no data attributes any more.
.attr has been deprecated with jQuery 1.9 and 2.0 - so I expected to be able to call .data("percentage", 50) - but I had to call .attr("data-percentage", 50) - which is not compliant with the latest versions of jQuery.
Right now, I am just making both calls to be safe: