lucas
09-10-2009, 11:30 AM
1) Script Title: ddaccordion.js
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate2.htm
3) Describe problem:
Bear with me, novice...
Have accodion.js set up and working fine. Only problem is that...click on 'Menu 1' and it expands. Great. Click on 'Menu 2' and it expands. Great although it also shrinks 'Menu 1'. Any way to keep all 'Main' menus expanded until a sub menu is selected?
Menu 1
Sub menu 1
Sub menu 2
Menu 2
Sub menu 3
Sub menu 4
Think I should be looking at this line...
if (config["collapseprev"] && expandedindices.length>1) //only allow one content open?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate2.htm
3) Describe problem:
Bear with me, novice...
Have accodion.js set up and working fine. Only problem is that...click on 'Menu 1' and it expands. Great. Click on 'Menu 2' and it expands. Great although it also shrinks 'Menu 1'. Any way to keep all 'Main' menus expanded until a sub menu is selected?
Menu 1
Sub menu 1
Sub menu 2
Menu 2
Sub menu 3
Sub menu 4
Think I should be looking at this line...
if (config["collapseprev"] && expandedindices.length>1) //only allow one content open?