SlickNav
SlickNav copied to clipboard
set a active element
Is it possible to set a active element in the navigation to preopen the navigation?
@reste2000, depending on your setup you could simply use the method $('.menu').slicknav('open') to open the menu when needed via javascript. If you check the readme, there are also methods to close and toggle the menu.
Thank's for your answer. But I want also to open the second node in my navigation. For example the "Sub2" in "Menu1"
Any update to this? I would also be interested in this answer!