asked on April 19, 2019
Hello,
If I make a radio button read only, it is not retaining the value from one form to another. So, I am making it read only in Java Script like below. This does not seem to work also. The radio button is still editable. Please help.
$("#q31 input[type='radio']").attr('readonly', 'true');
Thanks
Priya
1
0