Created
March 16, 2015 17:21
-
-
Save bgadrian/19ee2fa5cf1ae234e90b to your computer and use it in GitHub Desktop.
JS html toggle checkbox
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
$('#id').attr('checked', !$('#id').attr('checked')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment