jQuery [attribute] 选择器

jQuery [attribute] 选择器

jQuery 参考手册 选择器jQuery 参考手册 选择器

 

1. 范例

选择带有 id 属性的所有元素:

$("[id]")

 

2. 定义和用法

[attribute] 选择每个带有指定属性的元素。

可以选取带有任何属性的元素(对于指定的属性没有限制)。

语法

$("[attribute]")
参数 描述
attribute 必需。规定要查找的属性。

jQuery 参考手册 选择器jQuery 参考手册 选择器

下一节:jQuery [attribute=value] 选择器

jQuery 教程

相关文章