首页 > 开发 > CSS > 正文

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

2024-07-11 08:30:45
字体:
来源:转载
供稿:网友

复制代码
代码如下:
display: block!important;//页面上是这样写的
//修改的话,这样做
$("#selCont").css("cssText","display: none!important");
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表