Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This plugin requires jquery

As mentioned, creating the menu is really easy. First include jQuery and the jQuery.mmenu-plugin files in your webpage:

<head>
   <script type="text/javascript" language="javascript" src="jquery.js"></script>
   <script type="text/javascript" language="javascript" src="jquery.mmenu.js"></script>
   <link type="text/css" rel="stylesheet" media="all" href="mmenu.css" />
</head>

Setup your menu like you normally would, create an UL with nested UL's inside a NAV. Follow this tutorial to learn how to setup the HTML.

Now all you need to do, is fire the plugin onDocumentReady:

$("#nav").mmenu({
   // options go here...
});

To find out more information about this plugin, please visit the frebsite.nl

About

jQuery MMenu mobile menu script

Resources

Stars

16 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages