Files for the menu are organized into several folders.
Demos
Folder 'builder' and 'demo' contain style builder, random menus and dark and light examples for the menu. Folder builder also contains files for FontAwesome font icons.
Distribution
Folder 'dist' contains files you need to include with your project.
- menu.min.css: main menu styles without any color styles.
- menu.min.js: main menu jQuery plugin.
- menu.styles.all.css: main menu color styles.
- jquery.izilla.touchMenuHover.min.js: used for proper hover handling on touch devices.
If you want, you can include only color styles individually from 'styles' folder.
Sources
Folder 'source' contains source files split into 'css' and 'js'. Folder 'css' contains:
- menu.core.css: core styles needed for menu to work.
- menu.effects.css: special effects that can be applied to the menu.
- menu.mobile.css: media queries for smaller screen size devices.
- menu.helper.css: styles needed for the demo and example pages.
All styles are in individual files in 'styles' folder. Folder 'js' contains:
- menu.core.js: main plugin code.
- menu.helper.js: jQuery code used for demo and example pages.
- jquery.izilla.touchMenuHover.min: used for proper hover handling on touch devices.
Plugin requires jQuery 1.6 or newer, and for the demo files here it is loaded from jQuery CDN servers.