Opened 12 years ago
Closed 12 years ago
#6921 closed enhancement (fixed)
data() method should read html5 data-* attributes
Reported by: | paul.irish | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | data | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
from this: <div data-patchlocation="github" data-awesome="true" data-testcount="28" />
to this: $( div ).data( 'patchlocation' ) "github" $( div ).data( 'awesome' ) true $( div ).data( 'testcount' ) 28
more detail: http://forum.jquery.com/topic/patch-feedback-requested-html5-data-attrs-transcend-into-the-fn-data-api
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Commit here: http://github.com/paulirish/jquery/commit/826e26a