Modify ↓
Ticket #2039 (closed bug: fixed)
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: | |
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
