modal (boolean)

Whether or not the menu should be opened as a "modal".
Basically, this means the user has no default way of closing the menu. You'll have to provide a close-button yourself.

Default value: false.


Code example:

$("#my-menu").mmenu({
   modal: true
});