javascript - removeattr required not working chrome browser -
i trying remove required attribute hidden fields.
$('#divq9, #divq10, #divq11, #divq12, #divq13, #divq14, #divq15').find('input[type=radio]').removeattr('required');
the above code works in other browsers except chrome version < 50
please suggest work around same.
using .prop('required', false)
satpal says
Comments
Post a Comment