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]