I had problem that mmenu seems according to tutorial to assume that all menu items are link.
I wanted mmenu to open submenu on click instead of behaving like a link (as in mmenu tutorial).
I had problem that mmenu seems according to tutorial to assume that all menu items are link.
I wanted mmenu to open submenu on click instead of behaving like a link (as in mmenu tutorial).
It took me 20 minutes to find it: https://github.com/BeSite/jQuery.mmenu/issues/45
For me, it was enough to use SPAN instead of A for main menu items.
Hope this is helpful for others, since I coudn't find the answer on stackoverflow.
EDIT: found related question on stackoverflow after creating this: