Does anyone know any good jQuery menu which has + and – for opening and closing submenus.
I found in google only this:
http://berndmatzner.de/jquery/hoveraccordion/
but this does not have + and – for opening and closing menus and has only 1 submenu.
example
+ link
+ link 2
+ link 3
if i click on link2
+ link
- link 2
+ foo
+ foo2
+ link 3
Ιf you want to a more playful custom version, have a look at a prototype i made for a project..
http://jsfiddle.net/gaby/aJQNN/
Update
To bypass the click with the current code you need to add some code at the top of the
.clickhandler.So change
to