Skip to content

Instantly share code, notes, and snippets.

View dhollenbeck's full-sized avatar

Dan Hollenbeck dhollenbeck

View GitHub Profile
@dhollenbeck
dhollenbeck / Menu_view.js
Created January 24, 2012 22:12
backbone.js collection with nested models for a nested list menu
App.views.Menu = App.views.View.extend({
//define this.el, the wrapper element
//id: '',
tagName: 'div',
className: 'menu',
id: 'menu',
//template function
template: _.template($('#menu-template').html()),