Skip to content

Instantly share code, notes, and snippets.

View Furqankhanzada's full-sized avatar
💻
Looking for new opportunities

Muhammad Furqan Furqankhanzada

💻
Looking for new opportunities
View GitHub Profile
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()),