metismenu icon indicating copy to clipboard operation
metismenu copied to clipboard

Collapse all on hover out event

Open MiikroKimiro opened this issue 8 years ago • 0 comments

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

MiikroKimiro avatar Jul 27 '16 19:07 MiikroKimiro