Skip to content

Instantly share code, notes, and snippets.

@pillowfactory
Created January 11, 2011 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pillowfactory/773954 to your computer and use it in GitHub Desktop.
Save pillowfactory/773954 to your computer and use it in GitHub Desktop.
jQuery('#label-switch').change(function(){
var showLabels = (jQuery(this).is(':checked') ? 1 : 0);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment