Justin Sepulveda wrote:
I'm sure there's something simple i'm missing here.

http://www.robustness.org/temp/tabs/tester.html

When you click on the second tabset (four,five & six) that is within
the first tab, it hides the entire second tabset. Why?


UI tabs do not require a container any longer! You must initialize the tabs with the ul/ol as starting point.

Take a close look at the "View Source" tab here:
http://docs.jquery.com/UI/Tabs

This change was made to improve flexibility regarding the required HTML.

So in your case try:

$('#container > ul').tabs();

etc.




--Klaus



Reply via email to