jQuery参考手册
jQuery [attribute=value] 选择器
jQuery [attribute=value] 选择器
jQuery [attribute=value] 选择器
![jQuery [attribute=value] 选择器 jQuery [attribute=value] 选择器](http://static.verydoc.net/img1/up.gif)
实例
选取 id 属性值为 "choose" 的每个元素:
  
    $("[id=choose]")
  
尝试一下 »
定义和用法
[attribute=value] 选择器选取带有指定属性和值的每个元素。
语法
$("[attribute=value]")
| 参数 | 描述 | 
|---|---|
| attribute | 必需。规定要查找的属性。 | 
| value | 必需。规定要查找的值。 | 
![jQuery [attribute=value] 选择器 jQuery [attribute=value] 选择器](http://static.verydoc.net/img1/up.gif)
| jQuery [attribute=value] 选择器 | 
|---|
 加载中,请稍侯......