Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 in reply to:  description Changed 15 years ago by cndragon

Replying to cndragon:

$('#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!

$('#container-9 > ul').tabs('add', '#new-tab', 'New Tab', 0);

the new tab will append to the last position.

comment:2 Changed 15 years ago by paul

Owner: changed from paul to klaus

comment:3 Changed 15 years ago by klaus

Resolution: fixed
Status: newclosed

comment:4 Changed 15 years ago by (none)

Milestone: 1.2.4

Milestone 1.2.4 deleted

comment:5 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.