Side navigation
#2039 closed bug (fixed)
Opened December 11, 2007 02:05PM UTC
Closed December 12, 2007 11:35PM UTC
UI Tabs - make nesting elements work
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
It's currently not possible to use HTML like
<li><strong><a href="...">...</a></strong></li>
with UI Tabs due to the usage of
parent(). Use either
parents('li:eq(0)')or introducing an extra set next to $tabs might be better suited for reuse.