A simple extension to make certain parts of a website collapsible on smaller screens
Using bower:
bower install backbone.ui.collapsible
Load the css and js in your app. Then load the view on the appropriete container:
var view = new Backbone.UI.Collapsible({
el : '.ui-collapsible'
});
Initiated by Lyndel Thomas ( @ryndel )
Distributed through Makesites.org
Released under the MIT license