slicknav
slicknav
Hi,
i got slicknav for mobilenav working, but i try to configre that after i clicked onto a link the navigation remember the link a clicked.
Does s.o. has an idea how to get it to work?
actually i called slicknav like this::
- <script>
$('#menu').slicknav({
label: 'MENU',
duration: 1000,
easingOpen: "easeOutBounce", //available with jQuery UI
prependTo: "body",
allowParentLinks: false,
nestedParentLinks: true,
easingClose: 'swing',
parentTag: 'a',
});
</script>
Thanks a lot.
Best regards
Tobias