Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#4232 closed bug (duplicate)

ui.tabs recursive loading behavior in IE when tab content loaded via jQuery

Reported by: chapmanp Owned by:
Priority: minor Milestone:
Component: ui.tabs Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

When using ui.tabs with with jQuery 1.3.2 and ui 1.6rc6. If I load the top level tab div content using jQuery.html() and then init the tabs with $.('#tabs').tabs(), the tab loading fails in IE 6 and 7. It appears to be trying to load the tab content via ajax.

Example code:

In jQuery(document).ready...

var tabHtml = '<ul><li><a href="#foo">Foo</a></li><li><a href="#bar">Bar</a></li></ul><div id="foo">Foo Content</div><div id="bar">Bar Content</div>';

jQuery('#tabs').html(tabHtml);

jQuery('#tabs').tabs();

In the html body <div id="tabs"></div>

Change History (2)

comment:1 Changed 15 years ago by klaus.hartl

Resolution: duplicate
Status: newclosed

comment:2 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.