I've built a custom menu with mmenu (http://mmenu.frebsite.nl/). According to the documentation, any link to the page itself - e.g. <a href="#anchor">Close Menu</a>
will trigger the close function. However, as soon as your menu contains anything besides an unordered list (e.g. divs, text, etc) this functionality stops working. As does the menu's automatic styling of ul/li into nice menus. Basically mmenu says "eek, something besides ul/lis - I'm throwing out my default behavior".
Clicking within the page area still works to close the menu. It's only my "Close Menu" link inside the menu itself which doesn't work. And again, removing all non-ul/li content causes the link to start working again.
Anyone have experience with this plugin and have any idea how to get this functionality working?