Opened 15 years ago
Closed 15 years ago
#1835 closed bug (fixed)
Initializing multiple tab sets in one selector fails
Reported by: | klaus | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | tabs | Cc: | |
Blocked by: | Blocking: |
Description
When initializing multiple tab sets at once via selector like
$('#tabs-1 > ul, #tabs-2 > ul').tabs();
only the first tab set is working properly (the styles are applied to all though).
Note: See
TracTickets for help on using
tickets.