jQuery [attribute!=value] 选择器
定义和用法
[attribute!=value] 选择器选择每个**不**具有指定属性和值的元素。
具有所选属性但值不同的元素将被选中。
语法
$("[attribute!='value']")
参数 | 描述 |
---|---|
attribute | 必需。指定要查找的属性。 |
value | 必需。指定要查找的值。 |
[attribute!=value] 选择器选择每个**不**具有指定属性和值的元素。
具有所选属性但值不同的元素将被选中。
$("[attribute!='value']")
参数 | 描述 |
---|---|
attribute | 必需。指定要查找的属性。 |
value | 必需。指定要查找的值。 |
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]