The UI Tabs documentation for using <ul> in a panel [1] has
conflicting info and I'm not sure how to proceed.

I'd like the following, but links in the enclosed <ul> are overwritten
as though they are tab links::

    <ul id="container">
        <li><a href="#one">One</a></li>
        <li><a href="#two">Two</a></li>
    </ul>
    <div id="one">
        <ul>...</ul>
    </div>
    <div id="two">
        <ul>...</ul>
    </div>

The docs say to select the TOC <ul> specifically for .tabs() (which
doesn't work and looks to have been removed in trunk [2]), but also
say to target #container for tabs(). So how can I prevent tabifying
links in the subsequent <ul> elements?

Thanks.
- whiteinge


.. [1]
http://docs.jquery.com/UI/Tabs#...the_call_to_tabs_tabify_all_li_elements_-_even_those_in_a_panel_-_although_I_did_not_want_to_create_nested_tabs.3F
.. [2] http://dev.jqueryui.com/changeset/2020

Reply via email to