Problem solving

Deprecated warnings and debug information

The plugin can automatically log deprecated warnings to the console whenever you're using a deprecated option or add-on. Include the "debugger" .js file AFTER the mmenu .js file in your webpage.

<head>
    <script src="path/to/mmenu.js"></script>
    <script src="path/to/mmenu.debugger.js"></script>

Most of the time, the debugger will not only tell you what's wrong, but also how you can fix it. You should probably fix these issues as soon as possible.

Questions

If you have a question about how to use the plugin in your project, try asking it on stackoverflow.com. That way a whole community can help you.

Check for errors

Make sure your webpage has no JavaScript errors by opening the browsers debugger/inspector.

Issues and bug reports

If you've encountered an issue or want to report a bug, please create a new issue in the GitHub repository.