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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -