Modify ↓
Ticket #8326 (closed bug: duplicate)
Camelize problem with jQuery.fn.data()
| Reported by: | calvein@… | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.next |
| Component: | data | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi,
I've made a fiddle to explain the problem. In fact, when you do $(el).data() you will get an object with the datas. If I have this : <el data-foo-bar="test">
$('el').data().fooBar will not work ($('el').data()foo-bar? will work) but in plain JS document.getElementsByTagName('el')[0].dataset.fooBar works.
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.
