Remove attribute of HTML tag

后端 未结 6 2372
无人及你
无人及你 2020-12-01 18:45

Is it possible to remove the attribute of the first HTML

tag? So, this:

aaa
6条回答
  •  一向
    一向 (楼主)
    2020-12-01 19:03

    Or pure JavaScript:

    document.getElementById('id?').removeAttribute('attribute?')
    

提交回复
热议问题