🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Slidemenu is a jquery menu plugin for side menus with fun slide interactions.

Menus Plugins

Documentation

Slidemenu Build Status: Linux

Slidemenu is a jquery menu plugin for side menus with fun slide interactions. The project was inspired by the UX designs of Rob Thomas.

Documentation

The documentation can be found at http://nathaniellord.com/projects/slidemenu/

Usage

For an example of how to use slide menu open up the index.html file in the examples directory.

The html structure consists of:

div.slide-menu   ul.menu-items     li.menu-item       div.menu-header 	    div.menu-icon 	    div.menu-content 	    div.menu-close       div.menu-body 

Include the following files on your page:

  • jQuery
  • dist/js/jquery.slidemenu.min.js
  • dist/css/slidemenu.min.css

Then initialize the menu using the following script

$(function() {   $(".slide-menu").slidemenu(); });

Development

Dist Directory

All dist versions of the code are produced in the grunt task named 'default'. Ensure all dependencies are installed using npm. Once all dependencies have been installed populate the dist folder using the command "grunt" using the command line.

The Javascript is minified using UglifyJS.

The css is produced using the Grunt less compiler.

License

Slidemenu is currently distributed using the MIT license


You May Also Like