Search and Top Navigation
#1835 closed bug (fixed)
Opened October 23, 2007 11:32AM UTC
Closed October 23, 2007 09:24PM UTC
Last modified February 26, 2009 11:13AM UTC
Initializing multiple tab sets in one selector fails
Reported by: | klaus | Owned by: | klaus |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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).