This is the following snippet I want to edit. http://www.cssscript.com/simple-accordion-menu-with-css3-transitions/
heres the demo http://www.cssscript.com/demo/simple-accordion-menu-with-css3-transitions/
I want to click to dropdown and it stays dropped down until I click on another menu or the same one again.
Any idea on how I would be able to do this?
Got a solution.
Here you go: fiddle
I've also added a jQuery equivalent of a JavaScript return false on links (anchors) - because by default, an anchor with
a# link will reload the page if it can't find that jump point. If your code allows for it, you can use at the first level of the menu some other element besides an anchor and not have need for the JavaScript.