Skip to main content

Bug Tracker

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!

Attachments (0)
Change History (3)

Changed February 16, 2008 05:56AM UTC by cndragon comment:1

Replying to [ticket:2353 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.

Changed February 19, 2008 12:32PM UTC by paul comment:2

owner: paulklaus

Changed February 22, 2008 11:30PM UTC by klaus comment:3

resolution: → fixed
status: newclosed

r4816