Skip to content

Instantly share code, notes, and snippets.

View Furqankhanzada's full-sized avatar
🏠
Working from home

Muhammad Furqan Furqankhanzada

🏠
Working from home
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()),