To answer your questions:
1) Make sure the defaultexpanded option is set to empty. You'll probably also want to turn off persistence:
Code:
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?
2) The script does support nested accordions. Take a look at the second example on this page: http://www.dynamicdrive.com/dynamici...enu-bullet.htm
Bookmarks