Skip to content

jackncoke/jquery-mmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

 
 
 

Contributors