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
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...
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
>
&
3 matches
Mail list logo