美文网首页
jQuery修改带有!important的样式

jQuery修改带有!important的样式

作者: Wg流星 | 来源:发表于2017-07-11 09:52 被阅读16次

    jQuery修改带有!important的样式,不能直接用css方法写,需按照如下方式:

    $(".bdMemberGetPsw").css("cssText", 'background:url(/sites/1137/img/p_20.jpg) no-repeat center top !important');
    

    相关文章

      网友评论

          本文标题:jQuery修改带有!important的样式

          本文链接:https://www.haomeiwen.com/subject/mepphxtx.html