I know we can’t make readonly radio button and checkbox. I tried to disable radio button and checkbox but in IE it is not visible.
Is any alternative way to do the same like disabled / readonly using jQuery, CSS, JavaScript?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the following code to avoid clicks on elements you don’t want user to change
You can use proper selector to limit the clicks.