Skip to content

Instantly share code, notes, and snippets.

@fieldoffice
Created March 22, 2017 16:33
Show Gist options
  • Save fieldoffice/9ebcd8470fcc6fcf61cac7c4d7eb5c84 to your computer and use it in GitHub Desktop.
Save fieldoffice/9ebcd8470fcc6fcf61cac7c4d7eb5c84 to your computer and use it in GitHub Desktop.
Toggle if checked
$('.checkbox').click(function(){
$('.content').slideToggle(this.checked);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment