Skip to main content

Bug Tracker

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

Attachments (0)
Change History (4)

Changed July 07, 2011 05:18PM UTC by horst.panster@web.de comment:1

More tested: (horst.panster@web.de)

This occurs only, if "this" is not a DOM-Node but a jQuery-Object

Changed July 07, 2011 07:02PM UTC by rwaldron comment:2

Duplicate of #9301.

Changed July 07, 2011 07:05PM UTC by rwaldron comment:3

resolution: → duplicate
status: newclosed

Changed July 07, 2011 07:05PM UTC by rwaldron comment:4

Duplicate of #9301.