Archive

Archive for August, 2009

Saving state with the jQuery Accordion Menu

August 30, 2009 Leave a comment

In my current project i need to implement Accordion Menu.I searched on google for jquery accordion menu.I found a good resources but it can’t save the selected state.so if i choose particular category from accordion then menu state preserve that selected state it must not reset.Fortunatly i done it with ddaccordion menu script.

I tried to implement it in Asp.Net with Dynamic contents and finally i done it.Cheers!!!

For this accordian menu I used two tables tblCategory and tblSubcategory.I fetch data from this two tables and used ddaccordion.js and Myscript.js.

Accordian Menu with save state

Accordian Menu with save state

Download Jquery Accordian Menu

Categories: Asp.Net