Skip to content

Instantly share code, notes, and snippets.

@Yuffster
Created April 14, 2012 22:54
Show Gist options
  • Save Yuffster/2388388 to your computer and use it in GitHub Desktop.
Save Yuffster/2388388 to your computer and use it in GitHub Desktop.
Eve.scope('.hello-world', function() {
this.listen('div.line', 'click', function(e) {
console.log("You clicked on .hello-world div.line");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment