jQuery Tools - make tabs collapsible
Posted
by Cordial
on Stack Overflow
See other posts from Stack Overflow
or by Cordial
Published on 2010-06-15T11:40:54Z
Indexed on
2010/06/15
11:42 UTC
Read the original article
Hit count: 444
I'm using a basic integration of jQuery Tools "tabs" function and it's working perfectly for me, but the one thing it seems to lack over jQueryUI is that there's no way I can find to make the tabs collapsible. By that I mean all you need to add is
collapsible:true
to the jQueryUI tabs function.
Does anyone know of a way I could append code to the following jQuery Tools statement to make the tabs collapsible?
Any advice appreciated!
$("ul.main_tabs").tabs("> .mainpane");
© Stack Overflow or respective owner