Reset/remove CSS styles for element only

前端 未结 14 1019
长情又很酷
长情又很酷 2020-11-22 00:52

I\'m sure this must have been mentioned/asked before but have been searching for an age with no luck, my terminology must be wrong!

I vaguely remember a twee

14条回答
  •  深忆病人
    2020-11-22 01:36

    For those of you trying to figure out how to actually remove the styling from the element only, without removing the css from the files, this solution works with jquery:

    $('.selector').removeAttr('style');
    

提交回复
热议问题