Close menu on ajax theme
-
My theme uses ajax to load content, that’s because I need the audio player go on reproducing. With this theme mobile menu doesn’t get closed when I click on a menu.
I tried calling this method to close my right menu, but without success:
$(".mobmenu-right-bt").click();
Would it be enough to add this method like this (so it get’s called every time I click):
$(".mobmenu-panel .menu-item").click(function() { ... });
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Close menu on ajax theme’ is closed to new replies.