Search and Top Navigation
#2353 closed bug (fixed)
Opened February 16, 2008 05:52AM UTC
Closed February 22, 2008 11:30PM UTC
Last modified February 26, 2009 11:30AM UTC
Cannot add a new tab at first position by using jquery.tabs
Reported by: | cndragon | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | tabs | Cc: | |
Blocked by: | Blocking: |
Description
$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 1); add new tab at first position
It work well, but
$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 0); add new tab at first position
It work wrong!
Attachments (0)
Change History (5)
Changed February 16, 2008 05:56AM UTC by comment:1
Changed February 19, 2008 12:32PM UTC by comment:2
owner: | paul → klaus |
---|
Changed February 22, 2008 11:30PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
r4816
Changed May 24, 2008 03:39AM UTC by comment:4
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed February 26, 2009 11:30AM UTC by comment:5
milestone: | → 1.5 |
---|
Replying to [ticket:2353 cndragon]:
$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 0);
the new tab will append to the last position.