加了important标记css样式的jQuery写法


复制代码
代码如下:

display: block!important;//页面上是这样写的
//修改的话,这样做
$("#selCont").css("cssText","display: none!important");