Open mehmetalidumlu opened 6 years ago
/**
* 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.
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...