Hi
While opening a sub menu, is there a way of automatically closing other sub menus
I did find this thread:
However the solution didnt work for me, even when testing on a live site.
The event: $(’.x-menu .menu-item-has-children .x-anchor’).each(function(){
$(this).on(“click”, function(event) {
Is being tracked however it doesnt seem to be affecting the existing sub menu options.
The site is: https://devvipr.com/
Many Thanks
Geoff