Side navigation
#9775 closed bug (duplicate)
Opened July 07, 2011 12:53PM UTC
Closed July 07, 2011 07:05PM UTC
Last modified July 07, 2011 07:05PM UTC
jQuery.data() does not work in v1.6.2
Reported by: | horst.panster@web.de | 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
More tested: (horst.panster@web.de)
This occurs only, if "this" is not a DOM-Node but a jQuery-Object