集册 jQuery 参考教程 jQuery [attribute] 选择器

jQuery [attribute] 选择器

Xebcnor     最近更新时间:2019-10-11 06:00:57

289

jQuery [attribute] 选择器

jQuery 选择器 jQuery 选择器

实例

选取带有 id 属性的每个元素:

$("[id]")

运行实例

定义和用法

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

语法

$("[attribute]")

参数 描述
attribute 必需。规定要查找的属性。

jQuery 选择器 jQuery 选择器