0

如果 jquery 是最后一个选项,我想在所有浏览器(chrome,firefox,ie - 6 7 8)的输入复选框上添加一些 css,请让我知道并且必须支持所有浏览器

任何人都可以帮助我该怎么做..?

4

2 回答 2

4

使用属性选择器

[type=checkbox] {
    /* some rules */
}
于 2013-08-22T12:08:20.847 回答
0
$("#checkboxid").css({'height':'12px;'width':'12px;etc});

参考css

于 2013-08-22T12:07:07.880 回答