问题
by default, when we put disabled="disabled" for <input type="radio"
.. . it will turn grey color. what is the css i need to use the change the color ? can i do this instantly with jquery ?
回答1:
styling radio buttons is not widely supported by most browser as you can see in this test.
but if you really want it, you may try this plugin
来源:https://stackoverflow.com/questions/3191841/css-for-disabled-radio-button