Skip to content

Instantly share code, notes, and snippets.

@randallb
Forked from chadjemmett/click.coffee
Created January 3, 2014 21:53
Show Gist options
  • Save randallb/8247362 to your computer and use it in GitHub Desktop.
Save randallb/8247362 to your computer and use it in GitHub Desktop.
$().ready ->
$('h1').click ->
alert("You clicked this")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment