Skip to content

Instantly share code, notes, and snippets.

@msadoon
Created July 7, 2014 02:11
Show Gist options
  • Save msadoon/1f6867c04b7b377e0df1 to your computer and use it in GitHub Desktop.
Save msadoon/1f6867c04b7b377e0df1 to your computer and use it in GitHub Desktop.
why won't my coffeescript fire?
$("#cheque_delete").hover ->
window.alert "calls method"
<a href="/cheques/124" data-method="delete" id="cheque_delete" class="btn btn-danger">Delete</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment