#9775 closed bug (duplicate)
jQuery.data() does not work in v1.6.2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 12 years ago by
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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