A lightweight popup nav (for mobile)
- Backbone
- Underscore
- jQuery (or alternative event handler)
Note that the plugin uses APP.View from Backbone APP if available, but falls back gracefully if you prefer using custom render logic.
Using bower:
bower install backbone.ui.litenav
Load the css and js in your app. Then load the view on the appropriate container:
var view = new Backbone.UI.Litenav({
});
...
Initiated by Lyndel Thomas ( @ryndel )
Distributed through Makesites.org
Released under the MIT license