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

https://jsfiddle.net/moongod101/j4xtvw2h/


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -