jQuery1.8.0帮助手册选择器:button
上一篇::reset 下一篇::file

:button

返回值:Array:button

V1.0概述

匹配所有按钮

示例

描述:

查找所有按钮.

HTML 代码:

  
  
  
  
  
  
  
  
  
  
  
  
jQuery 代码:
$(":button")
结果:
[ , ]
上一篇::reset 下一篇::file