jQuery :input Selector
Definition and Usage
:input selector selects form elements.
This selector also applies to <button> elements.
Syntax
$(':input')
:input selector selects form elements.
This selector also applies to <button> elements.
$(':input')