Hello, I have managed to select a tab using a text link as described
in an example provided in the faq. However, when I try to select a tab
within that tab the layout is messed up.
For example:
    ...
    $maintabs = $('#tabtop').tabs();
    $maintabs.tabs('select', 2);
    $maintabs.tabs('load', 2);
    $innertabs = $('#innermemorialtabs').tabs();
    $selected = $innertabs.data('selected.tabs');
    if ( $selected != 0 ) {
     $innertabs.tabs('select', 0);
    }
    $innertabs.tabs('load', 0);
    ...
I am no Javascript fundi and would appreciate any help or advice you
can offer. With Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to