isMenu (boolean)

Whether or not the menu really is a menu (or "just" a panel with HTML).
Setting it to false will prevent the plugin from rearranging the HTML and adding CSS to the HTML.

Default value: true if the only node inside it is an UL, false otherwise.


Code example:

$("#my-menu").mmenu({
   isMenu: false
});