I need to make a dynamic menu that looks exactly like this. I figure JQuery is easiest to use for it (accordion?). If someone could link me to a specific implementation I’d appreciate it.

I need to make a dynamic menu that looks exactly like this. I figure
Share
Is this what you’re looking for? http://jqueryui.com/demos/accordion/
The jQuery UI Accordion widget is easy to implement. Basically, you just set up a
<ul>element and call theaccordion()method on it. The rest is just styling.If you have trouble, post another, more specific question.