Skip to content

Instantly share code, notes, and snippets.

@fritzvd
Created January 29, 2013 10:22
Show Gist options
  • Save fritzvd/4663288 to your computer and use it in GitHub Desktop.
Save fritzvd/4663288 to your computer and use it in GitHub Desktop.
Voorbeeldje.
Lizard.App.Home = {};
Lizard.App.Home.DefaultView = Backbone.Marionette.ItemView.extend({
template: '#home-template',
className: 'home',
onShow: function() {
console.log('onShow()');
$('.search-query').focus();
},
onDomRefresh: function() {
console.log('onDomRefresh');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment