Answers for "checkbox whether the box is selected or not jquery"

3

check whether a checkbox is checked in jQuery

if ($('#grepperRocks').is(':checked')) {
	// this checkbox is checked
}
Posted by: Guest on March-17-2020

Code answers related to "checkbox whether the box is selected or not jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language