Hmm I'm a little confused- if you wish the menu to be collapsed fully initially, why not just set the lines in red below as follows inside your initialization code:
Code:
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: false, //persist state of opened contents within browser session?
In other words, with defaultexpanded set to empty and persistence of any previously open headers disabled, the menu will always default to collapsed when viewed initially.
Bookmarks