jQuery 选择器参考手册
选择所有 <input> 元素:
$(":input")
亲自试一试
:input 选择器选取表单元素。
该选择器同样适用于 <button> 元素。
登录以后可以免费试用