Created
April 18, 2014 21:03
-
-
Save rymawby/11064342 to your computer and use it in GitHub Desktop.
CoffeeScript / jquery - when appending a DOM element we need to use on rather than click to teh parent div.
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
$('#parent-selector').on | |
click: -> | |
event.preventDefault() | |
".appended-item-selector" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment