Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Commit here: http://github.com/paulirish/jquery/commit/826e26a