#4960 closed bug (fixed)
Tabs: wrong selected tab index
Reported by: | ethan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.tabs | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When first tab added tabs('option', 'select') still return -1 which should be 0
here is a demo http://jsbin.com/uyigi
Change History (4)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by
I am still not getting how to select first tab with index 0 when all the tabs are created dynamically this line of code is not working "$('.selector').tabs('option', 'active', 0);";
Note: See
TracTickets for help on using
tickets.
Fixed in r3572