Modify ↓
Ticket #9775 (closed bug: duplicate)
jQuery.data() does not work in v1.6.2
| Reported by: | horst.panster@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
while testing PlugIn "jsTree rc3" ...
$.data(this,"jstree-instance-id",0); var test = $.data(this,"jstree-instance-id");
expected 0 but returns undefined (tested in IE8 and FF3) works well in jQuery 1.6.1
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.

More tested: (horst.panster@…) This occurs only, if "this" is not a DOM-Node but a jQuery-Object