Skip to content

Instantly share code, notes, and snippets.

@hexx
Created June 21, 2012 10:42
Show Gist options
  • Save hexx/2965071 to your computer and use it in GitHub Desktop.
Save hexx/2965071 to your computer and use it in GitHub Desktop.
jQuery Sample in CoffeeScript
$ ->
$("#coffee").click ->
alert "Hello CoffeeScript!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment