[jQuery] Re: ui tabs inside ui tabs

2007-10-01 Thread Klaus Hartl


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





[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread John Resig

You should bring this up on the jQuery UI mailing list:
http://groups.google.com/group/jquery-ui

--John

On 9/18/07, Justin Sepulveda [EMAIL PROTECTED] 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?




[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda

Yah, I thought i did.  When I posted it, it said it would temporarily
put it on this list.  I had no idea why and it hasn't moved yet.  I'll
try again.

On Sep 18, 1:17 pm, John Resig [EMAIL PROTECTED] wrote:
 You should bring this up on the jQuery UI mailing 
 list:http://groups.google.com/group/jquery-ui

 --John

 On 9/18/07, Justin Sepulveda [EMAIL PROTECTED] 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?