check if radio button is checked
$('#element').click(function() {
if($('#radio_button').is(':checked')) { alert("it's checked"); }
});
check if radio button is checked
$('#element').click(function() {
if($('#radio_button').is(':checked')) { alert("it's checked"); }
});
Radio enable note if member has valid radio
if(input.Member_Radios != null && input.Reprogram_this_radio == true)
{
input.Radio_NOT_listed_above = false;
//show the remainder of the fields here
show Note;
enable Note;
}
if(input.Radio_Make_and_Model != null && input.Enter_Radio_Serial != null && input.Reprogram_this_radio == true)
{
show Note;
enable Note;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us