position (string)

The position of the menu.

Possible values: "top", "right", "bottom" or "left".

Default value: "left".


Code example:

$("#my-menu").mmenu({
   position: "right"
});

Note: If the position is the only option you want to use, you can pass it to the method directly:

$("#my-menu").mmenu( "right" );	

Note: This option requires the mmenu-positioning.css file to be included in your webpage.