The FAQ applies to UI 1.5.

UI 1.6 requires slightly different markup (additional container) and
works fine for me.

--Klaus


On 6 Feb., 22:32, Nathaniel Whiteinge <whitei...@gmail.com> wrote:
> 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_elem...
> .. [2]http://dev.jqueryui.com/changeset/2020

Reply via email to