To fix the quirks that the jQuery.mmenu plugin has with the frameworks listed below,
include the particular framework wrapper .js file and enabled it for the menu.
To enable a wrapper, add its name to the wrappers
option.
<head> <script src="path/to/jquery.js"></script> <script src="path/to/jquery.mmenu.js"></script> <script src="path/to/jquery.mmenu.wordpress.js"></script> <script> jQuery(document).ready(function( $ ) { $("#my-menu").mmenu({ wrappers: ["wordpress"] }); }); </script>
Note that you are not required to use these wrappers, you can always try and fix the quirks manually.
Angular Bootstrap jQuery Mobile Magento Olark Turbolinks WordPress