jQuery removeAttr() 方法
定义和用法
removeAttr() 方法从选定的元素中删除一个或多个属性。
语法
$(选择器).removeAttr(属性)
参数 | 描述 |
---|---|
attribute | 必需。指定要删除的一个或多个属性。要删除多个属性,请用空格分隔属性名称 |
亲自试一试 - 实例
从选定的元素中删除多个属性
如何从选定的元素中删除 id 和 class 属性。
removeAttr() 方法从选定的元素中删除一个或多个属性。
$(选择器).removeAttr(属性)
参数 | 描述 |
---|---|
attribute | 必需。指定要删除的一个或多个属性。要删除多个属性,请用空格分隔属性名称 |
从选定的元素中删除多个属性
如何从选定的元素中删除 id 和 class 属性。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]