Skip to content

Instantly share code, notes, and snippets.

@descovi
Created September 24, 2012 10:46
Show Gist options
  • Save descovi/3775424 to your computer and use it in GitHub Desktop.
Save descovi/3775424 to your computer and use it in GitHub Desktop.
Event custom in coffescript
# launch event
$('body').trigger 'event_custom'
# capture the event
$('body').bind 'event_custom', ->
alert "event fired!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment