You could disable such tab and use a special style for disabled tabs
so that they're hidden.

$('#example').tabs('disable', 0); // disable first tab

.ui-tabs-disabled {
    display: none; /* disabled tabs don't show up */
}

Alternative: simply show/hide that <li> element represeting a tab.


--Klaus




On Sep 19, 11:49 am, "Stefan Sturm" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> I'M using the UI Tabs and it works quite good. But  sometimes I need
> to hide/show a a single tab( panel ) from a UI Tabs. I don't want to
> remove and add this tab, I just want to hide it...
>
> Is this possible?
>
> Thanks and greetings,
> Stefan Sturm
--~--~---------~--~----~------------~-------~--~----~
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