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]