Question

I am looking for a Horizontal accordion with option for user to expand/collapse all panels or any of the panels.

Right now i came across lots of horizontal accordion plugin like http://nicolahibbert.com/demo/liteAccordion/

All these allows option to open one at a time.

Please give me a hand on this.

thanks, Cbalan

Était-ce utile?

La solution

try setting collapsible to true and active to none:

$("#accordion").accordion({ header: "h3", collapsible : true, active : 'none' });
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top