Created
March 22, 2017 16:33
-
-
Save fieldoffice/9ebcd8470fcc6fcf61cac7c4d7eb5c84 to your computer and use it in GitHub Desktop.
Toggle if checked
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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