Skip to content

Instantly share code, notes, and snippets.

@iamdtang
Created June 29, 2015 21:30
Show Gist options
  • Save iamdtang/f254c147b71acb35f1cd to your computer and use it in GitHub Desktop.
Save iamdtang/f254c147b71acb35f1cd to your computer and use it in GitHub Desktop.
Backbone.View.extend({
events:
'click input[type=checkbox]': 'handleCheckboxChange'
handleCheckboxChange: () ->
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment