metismenu
metismenu copied to clipboard
Collapse all on hover out event
I would like all the menus and submenus to collapse when the mouse hover out the Sidebar. The side bar expands and retract when the mouse hovers on it.
I cannot seem to make it work with:
sideBar.hover( function (e) {} , function (e) { $("#sidebar ul").collapse('hide'); // or whatever other selector } )
Any clue??
Thx in advance