Skip to content

Instantly share code, notes, and snippets.

@ryanlindsey
Created March 8, 2013 22:59
Show Gist options
  • Save ryanlindsey/5120705 to your computer and use it in GitHub Desktop.
Save ryanlindsey/5120705 to your computer and use it in GitHub Desktop.
Example of jQuery Event Bubbling
$('body').on 'click', '.my-selector', (e) ->
# Do something here
e.preventDefault()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment