SyntaxFix
Write A Post
Hire A Developer
Questions
You can use Id of the field as well
$('#checkbox1').change(function() { if($(this).is(":checked")) { //'checked' event code return; } //'unchecked' event code });