├── .gitignore ├── README.textile ├── jQuery.menutron.js └── jQuery.menutron.min.js /.gitignore: -------------------------------------------------------------------------------- 1 | # Ignore pattern for menutron 2 | 3 | # OSX 4 | .DS_Store 5 | .AppleDouble 6 | .LSOverride 7 | Icon 8 | ._* 9 | .Spotlight-V100 10 | .Trashes -------------------------------------------------------------------------------- /README.textile: -------------------------------------------------------------------------------- 1 | h1. Menutron 2 | 3 | A jQuery plugin for responsive navigation menus 4 | 5 | h2. Demo 6 | 7 | Plugin Demo: "http://micjamking.github.com/Menutron/":http://micjamking.github.com/Menutron/ 8 | 9 | h2. What it does 10 | 11 | Menutron transforms your navigation menus from a list to a select menu when resizing your browser. On mobile devices, the select menu pulls up a native control, making it easier to pick an item. 12 | 13 | * *It's concise* - When implemented in a responsive design, your menu becomes consolidated in to a single control, saving you horizontal and/or vertical real-estate. 14 | * *It's convenient* - On mobile devices, the select controls will activate a native control, like the picker control for iOS, which can be navigated using drag, nudge, or flick gestures. 15 | * *It's intuitive* - It works on any type of list (ol,ul,dl) and automatically adds a menu title of "Choose..." for easy recognition 16 | 17 | 18 | h2. How it works 19 | 20 | Let's say your navigation menu markup looks like this: 21 | 22 |
 23 | 
 32 | 
33 | 34 | Simply call the Menutron function, using the list menu container (ie. @