#10444 closed bug (invalid)
jQuery.data and $().data are different things
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've read 10027, and I'm still scratching my head and the docs say nothing on this. Are these supposed to be different?
Here's a fiddle:
It says: false - b - c Should say: true - b - b
Note: See
TracTickets for help on using
tickets.
The first argument that is to be passed to jQuery.hasData and jQuery.data is a DOM element, *not* a jQuery object. When you follow this (documented) requirement, I believe the results are as expected.
http://jsfiddle.net/JenDy/6/