Skip to content

Instantly share code, notes, and snippets.

@flooose
Created February 12, 2012 17:02
Show Gist options
  • Select an option

  • Save flooose/1809646 to your computer and use it in GitHub Desktop.

Select an option

Save flooose/1809646 to your computer and use it in GitHub Desktop.
$ cat app/assets/javascripts/posts.js.coffee
...
$('h1').click ->
$(@).addClass 'clicked'
...
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment