Side navigation
#2353 closed bug (fixed)
Opened February 16, 2008 05:52AM UTC
Closed February 22, 2008 11:30PM UTC
Cannot add a new tab at first position by using jquery.tabs
Reported by: | cndragon | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | 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!
Replying to [ticket:2353 cndragon]:
$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 0);
the new tab will append to the last position.