CORRECTION:
remove the quotation marks from the jQuery selector like this:
$(ui.instance.$panels).remove("ui-tabs-hide");
On May 5, 8:57 am, motob <[EMAIL PROTECTED]> wrote:
> Assuming that you are using ui.tabs()...
>
> You can utilize some callback functions that are provided with
> ui.tabs()
Assuming that you are using ui.tabs()...
You can utilize some callback functions that are provided with
ui.tabs() such as show(), or select(). Each callback function gets
passed to it the ui.tabs object which you can use to access those
hidden panels. Then you can do what Leanan suggested:
$("ul
There are a lot of different tabs plugins but I'm guessing you're
using the jquery UI tabs? You should try using firefox w/ firebug,
and take a look at the classes the tabs are given when they are
selected / hidden (or read the docs on that plugin as they should have
that info as well). I don't
3 matches
Mail list logo