Skip to content

Instantly share code, notes, and snippets.

@Yuffster
Created April 15, 2012 02:36
Show Gist options
  • Select an option

  • Save Yuffster/2389510 to your computer and use it in GitHub Desktop.

Select an option

Save Yuffster/2389510 to your computer and use it in GitHub Desktop.
Eve.register('myAwesomePlugin', function() {
this.listen('a', 'click', function() {
console.log("You clicked on a link within my namespace!");
});
});
Eve.attach('myAwesomePlugin', '#section-of-site');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment