├── .gitignore ├── README.md ├── demo.html ├── gpl.txt ├── jquery.meanmenu.js ├── jquery.meanmenu.min.js ├── meanmenu.css └── meanmenu.min.css /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | config.codekit 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | MeanMenu v2.0.8 2 | =========== 3 | 4 | Looking for a WordPress version? 5 | --- 6 | Our friends over at PluginHero have just released the WordPress version of MeanMenu. 7 | 8 | A menu system for converting a standard menu into a mobile/tablet responsive menu, media query independent. 9 | 10 | **Please note: This is not a menu system replacement. It is simply a lightweight piece of jQuery to convert a standard navigation into a mobile/tablet navigation.** 11 | 12 | **MeanMenu only works for one menu per page.** 13 | 14 | If you are looking for drop down functionality on the desktop, MeanMenu doesn't do it. Use Superfish as well as MeanMenu. You can see Superfish + MeanMenu on all of our themes, for example Literary. 15 | 16 | And yes, it works with jQuery 2.0 - obviously IE 7 & 8 will not work. 17 | 18 | Live Demo: 19 | http://www.meanthemes.com/demo/meanmenu/demo.html 20 | 21 | 22 | Just include the jQuery library (http://jquery.com) 23 | 24 | Then this file (jquery.meanmenu.js) 25 | 26 | in your HTML e.g. 27 | 28 | 29 | 30 | 31 | Then add the CSS for this after all of your other CSS in the <head> section. 32 | 33 | 34 | 35 | Then in your usual document.ready, this is working under the assumption your navigation is in