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.
I can not find in your example that you're using expand functions as declared below.
/**
* Expand menu
*/
// Menu expand from fully collapsed mode to level 0
$('#menu').multilevelpushmenu('expand');
// Expand menu up to the $menuLevelObject
$('#menu').multilevelpushmenu('expand', $menuLevelObject);
// Expand menu up to the menu level object with title 'Devices' (not recommended since there could be many menu level objects with the same title; in such cases expanding will be unsuccessful)
$('#menu').multilevelpushmenu('expand', 'Devices');
As I can auto expand or open the menu item automatically when loading a specific section, example, if I am in the home and enter the menu category
Devices>Mobile phones
This would take me to the section Mobile phones, but when it opens it does not expand automatically , But it stays in the beginning.
Here example: https://jsfiddle.net/b464Lgt1/
The text was updated successfully, but these errors were encountered: