jQuery :input 选择器

jQuery :input 选择器

jQuery 参考手册 选择器jQuery 参考手册 选择器

 

1. 范例

选择所有 <input> 元素:

$(":input")

 

2. 定义和用法

:input 选择器选取表单元素。

该选择器同样适用于 <button> 元素。

语法

$(":input")

jQuery 参考手册 选择器jQuery 参考手册 选择器

下一节:jQuery :text 选择器

jQuery 教程

相关文章