Thanks Klaus, The method you suggested worked perfectly.
On Apr 19, 4:09 am, Klaus Hartl <[email protected]> wrote:
> On 18 Apr., 18:28, Bodom78 <[email protected]> wrote:
>
> > I have tried nesting tabs by
> > followinghttp://stilbuero.de/jquery/tabs_3/nested.html
>
> > I copied the divs and updated the init to call to $('#container-1
> > ul').tabs(); into the default tabs demo page that comes with 1.7.1
> > however it no longer seems to work.
>
> > here is an example of the non working nested
> > tabshttp://www.fkportfolio.com/development-bundle/demos/tabs/default.html
>
> > Is there a new method to create nested tabs with 1.7.1?
>
> Yes, in 1.7 you no longer need to use the ul but its container as base
> element. In your case
>
> $('#container-1, #container-2').tabs();
>
> should work.
>
> --Klaus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---