I have the following HTML form which can have many checkboxes. When the submit button is clicked, I want the user to get a javascript alert to check at least one checkbox if
if(jQuery('#frmTest input[type=checkbox]:checked').length) { … }