Using !important in jQuery's css() function

前端 未结 7 1868
长情又很酷
长情又很酷 2020-12-24 12:59

I have a dialog with an overlay declared like so:

     .ui-widget-overlay  {
         position: absolute;
         left: 8px;
         top: 9px;
         hei         


        
7条回答
  •  一整个雨季
    2020-12-24 13:17

    You could try using $(this).attr('style', 'height:1167px !important'); I haven't tested it, but it should work.

提交回复
热议问题