Does anyone have a JavaScript example showing me how to reset multiple yes/no controls to the default of 'No' using a button? Ta:)
Page 1 / 1
Try this one
NWF$('#'+ jsvControlName).find('inputtvalue='Yes']').attr('checked', false);
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.