Created
March 22, 2017 17:50
-
-
Save GiacomoLaw/6fe781244b5c993d97c8550c82ad6e13 to your computer and use it in GitHub Desktop.
This file contains 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
// | |
$("input[value='hello'][type='checkbox']").change(function(){ | |
$("input[value='hello'][type='checkbox']").prop("checked", $(this).prop("checked")); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment