I have a form. When the user clicks "disable" I want to disable all the radio button and also blur/highlight the text so that it looks more "disabled".
How can I do that?
I tried adding a class to that element and using the blur function but it doesn't work. If editing the text CSS is impossible, is it possible to change the color of the button or put a border around the text?