#2353 closed bug (fixed)
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!
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | changed from paul to klaus |
---|
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Replying to cndragon:
$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 0);
the new tab will append to the last position.