Created
July 7, 2014 02:11
-
-
Save msadoon/1f6867c04b7b377e0df1 to your computer and use it in GitHub Desktop.
why won't my coffeescript fire?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("#cheque_delete").hover -> | |
window.alert "calls method" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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