Use jQuery to remove an inline style

后端 未结 6 1048
我在风中等你
我在风中等你 2021-01-17 10:44
    ...

Is it possible with jQuery (or plain javascript) to remove ju

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-17 11:12

    To remove an attribute, use this:

    $(".mydiv UL").css("height", "");
    

    Thanks to am not i am for correcting my answer.

提交回复
热议问题