[attribute]
jQuery 选择器
选取带有 id 属性的每个元素:
$("[id]")
尝试一下
[attribute] 选择器选取带有指定属性的每个元素。
$("[attribute]")