Skip to content

Instantly share code, notes, and snippets.

@Boztown
Last active August 29, 2015 13:56
Show Gist options
  • Save Boztown/9082640 to your computer and use it in GitHub Desktop.
Save Boztown/9082640 to your computer and use it in GitHub Desktop.
jQuery "on" with preventDefault in CoffeeScript
jQuery ->
$('#login-button').on 'click', (e) =>
e.preventDefault()
alert( 'hey' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment