jQuery validate - User must select YES radio (not no) in order to conitnue
问题 I would like to set up a jQuery validate rule to require that YES (not no) be checked in order for the form to validate/submit. User must accept terms. If the user selects no they will get the error msg and the form will not validate. What is the correct way to accomplish this using jquery validate plugin? <form id="myForm"> <input type="radio" name="terms" id="terms1" value="Yes!" class="required" title="Must accept terms to continue" /> Yes <input type="radio" name="terms" id="terms2" value