You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
Hi,
I cant catch root menu is open or close. I want hide or show a html element when root menu is opening or closing. 'onExpandMenuStart' and 'onCollapseMenuStart' event is run all menu process and returns only 'options' parameters in function.
How can get menu level which it is processing?
Thanks...
The text was updated successfully, but these errors were encountered:
/**
* Active (last expanded) menu level
* Returns active menu level object, or false if menu is fully collapsed
*/
$('#menu').multilevelpushmenu('activemenu');
Please note "data-level" attribute in returned object.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I cant catch root menu is open or close. I want hide or show a html element when root menu is opening or closing. 'onExpandMenuStart' and 'onCollapseMenuStart' event is run all menu process and returns only 'options' parameters in function.
How can get menu level which it is processing?
Thanks...
The text was updated successfully, but these errors were encountered: