accordion
accordion
I am using a nested accordion. I am using the following code on
various pages to open the menu to the appropriate item:
$("#acc1").accordion("activate", 1);
$("#acc2").accordion("activate", first);
$("#acc3").accordion("activate", -1);
Could anyone have a look at my code and see what I'm doing wrong?
The following page seems to work: http://www.griffithengineeringinc.com/energy-auditing.htm
The following page seems not to work: http://www.griffithengineeringinc.com/engineering-design.htm
I am fairly new with jQuery... I've mostly used mootools but this
accordion seemed better for my application. Thank you in advance.
Gary
www.ligaturedesigns.com