I believe collapsible is a jquery ui tabs property. Is there any way that I can set tabs to be collapsible and appear collapsed by default? I am using the panels_tabs module. Any help would be greatly appreciated.

Comments

Anonymous’s picture

Status: Active » Fixed

You need jquery update and jquery ui 1.7.x.

Then, inserting this somplace in your HTML should do it:

$(document).ready(function () { $("#tabs-yourtabset").tabs( "option", "collapsible", true ); });

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.