css for disabled radio button

放肆的年华 提交于 2020-01-15 12:05:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!