Skip to content

Instantly share code, notes, and snippets.

@tgk
Created October 31, 2011 21:08
Show Gist options
  • Save tgk/1328961 to your computer and use it in GitHub Desktop.
Save tgk/1328961 to your computer and use it in GitHub Desktop.
bg = (c) -> -> @css "background-color": c
$("#foo").$toggle (bg "blue"), (bg "white"), (bg "red")
$(".bar").$toggle (bg "blue"), (bg "white"), (bg "red")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment