Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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:
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 horst.panster@…

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

comment:3 Changed 12 years ago by Rick Waldron

Duplicate of #9301.

comment:4 Changed 12 years ago by Rick Waldron

Resolution: duplicate
Status: newclosed

comment:5 Changed 12 years ago by Rick Waldron

Duplicate of #9301.

Note: See TracTickets for help on using tickets.