I am trying to remove required attribute from some hidden fields.
$('#divQ9, #divQ10, #divQ11, #divQ12, #divQ13, #divQ14, #divQ15').find('input[type=radio]').removeAttr('required');
This above code works in all other browsers expect Chrome with version < 50
Please suggest any work around for the same.
