Skip to main content

Does anyone have a JavaScript example showing me how to reset multiple yes/no controls to the default of 'No' using a button? Ta:)

Try this one

 NWF$('#'+ jsvControlName).find('inputtvalue='Yes']').attr('checked', false);


Reply