Skip to content

Instantly share code, notes, and snippets.

@pillowfactory
Created January 11, 2011 03:08
Show Gist options
  • Select an option

  • Save pillowfactory/773954 to your computer and use it in GitHub Desktop.

Select an option

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