#5074 closed bug (duplicate)
widget ui.tabs not working with jQuery 1.4
Reported by: | thomtomdup | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The widget ui.tabs does not work with jQuery 1.4. It adds:
<a href="#ui-tabs-[object%20Object]">
then it should be this example:
<a href="#ui-tabs-22">
Change History (4)
comment:1 follow-up: 2 Changed 13 years ago by
comment:2 Changed 13 years ago by
#5065 has a workaround
Replying to pv-jaldert:
This is because jQuery 1.4 changed the jQuery.data(elem) function. It no longer returns an id, but an object. _tabId therefore returns the object instead of an id. This also occurs in the _cookie function.
Note: See
TracTickets for help on using
tickets.
This is because jQuery 1.4 changed the jQuery.data(elem) function. It no longer returns an id, but an object. _tabId therefore returns the object instead of an id. This also occurs in the _cookie function.