#4115 closed bug (duplicate)
Dynamic added Tab page does not work in IE
Reported by: | mingtse | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.tabs | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Adding a Tabs container (i.e. not panels) does not work in IE 6. However, same codes work in Firefox 3.
Pseudo Code.
H = "<div id='tabcontainer'><ul><li><span><a href='#tab1'>tab1</a></span></li><li><span><a href='#tab2'>tab2</a></span></li></ul><div id='tab1'>something1</div><div id='tab2'>something2</div></div>" $(A).html(H); $('#tabcontainer').tabs();
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
#4033