change hover to onclick
Bacteria Man - January 10, 2009 - 00:30
| Project: | Dynamic Persistent Menu |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
How much effort would be involved in changing the hover behavior to onclick?

#1
Shame on me for not looking at dynamic_persistent_menu.js prior to asking!
To change the navigation behavior from hover to onclick, simply change the method on line 8 from "mouseover" to "click" like so
$(".dynamic-persistent-menu-menu-item").click(Perhaps a nice feature would be to add this as a configurable option.