Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 jquery 是最后一个选项,我想在所有浏览器(chrome,firefox,ie - 6 7 8)的输入复选框上添加一些 css,请让我知道并且必须支持所有浏览器
任何人都可以帮助我该怎么做..?
使用属性选择器
[type=checkbox] { /* some rules */ }
$("#checkboxid").css({'height':'12px;'width':'12px;etc});
参考css