Answers for "how to check if input is checked or not in console 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 "how to check if input is checked or not in console jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language