[jQuery] How to select nested tabs

2009-03-20 Thread randy...@gmail.com
I have created nested tabs using Tabs 3. Trying to select the second nested tab by default. Doing this does not work... $(document).ready(function() { $('#container ul').tabs(1); $('#container-2 ul').tabs(2); }) The second container is ignored and the first nested tab is selected

[jQuery] Re: How to select nested tabs

2009-03-21 Thread randy...@gmail.com
nummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. On Mar 20, 2:03 pm, "randy...

[jQuery] Re: How to select nested tabs

2009-03-21 Thread randy...@gmail.com
Yeah, that was it. Thanks Klaus. On Mar 21, 10:05 am, Klaus Hartl wrote: > The problem might be that you're selecting too much with your first > selector, a common error. > > http://docs.jquery.com/UI/API/1.5.3/Tabs#...the_call_to_tabs_tabify_a... > > --Klaus > &