Skip to content

Instantly share code, notes, and snippets.

@alecperkins
Created June 30, 2012 17:25
Show Gist options
  • Save alecperkins/3024722 to your computer and use it in GitHub Desktop.
Save alecperkins/3024722 to your computer and use it in GitHub Desktop.
Test pad
$('h1').click ->
$(this).toggleClass('on')
h1 testing
{
"libraries": [
"jquery-1.9.2.js"
]
}

This is a test Pad

h1
font-weight: 400
&.on
font-weight: 700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment