Skip to content

Instantly share code, notes, and snippets.

@fakefarm
Created January 7, 2016 23:05
Show Gist options
  • Save fakefarm/be305c0686bf34918156 to your computer and use it in GitHub Desktop.
Save fakefarm/be305c0686bf34918156 to your computer and use it in GitHub Desktop.
Want to know what happens when you click? Inspect the event!
$('.deal-details a').on('click', function(e) { window.testing = e });`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment