最新的Web开发教程
 

jQuery :input Selector

<jquery选择

选择所有输入元素:

$(":input")
试一试»

定义和用法

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

这种选择也与按钮元素。


句法

$(":input")

<jquery选择