Skip to content

Instantly share code, notes, and snippets.

@jasoncale
Created December 18, 2009 12:34
Show Gist options
  • Save jasoncale/259470 to your computer and use it in GitHub Desktop.
Save jasoncale/259470 to your computer and use it in GitHub Desktop.
var on = "show me baby";
var off = "hide it the fuck away";
$(this).text(($(this).text() == on) ? off : on);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment