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]