chaser7016
chaser7016

Reputation: 595

Accordion script: OnLoad How to Collapse all menu items?

I found this really lightweight accordion script. This is the function that makes it work . On page load it automatically shows one of the menu items. I want it on page load to not show any ... the accordion to be in a collapsed state.

Any ideas or suggestions on what to modify in the script on page load to have the accordion in a collapsed state?

Upvotes: 2

Views: 1511

Answers (1)

Mohamed Fasil
Mohamed Fasil

Reputation: 172

Try setting {active:false, collapsible:true} in the options

Upvotes: 3

Related Questions