I am having some trouble verifying that a set of radio buttons are checked.I need my form to be able to check if one of its radios are checked.
}else if(question_pos==6){
if(($('input[name=baseline_20]:checked') || $('input[name=baseline_21]:checked') )) {
return true;
}else{
return false;
}
I need it so that baseline_20 is verified checked if any one of its children radios are checked, exe baseline20_0, baseline20_1 and so on..., or baseline20_0, baseline20_1... The form that it is in is called form6.