jQuery [attribute] 选择器
-
定义和用法
[attribute] 选择器选取带有指定属性的每个元素。 -
语法
$("[attribute]") -
参数
参数 必需的 描述 attribute 是 规定要查找的属性。 -
-