Category: Form
:button Selector
Selects all button elements and elements of type button.
:checkbox Selector
Selects all elements of type checkbox.
:checked Selector
Matches all elements that are checked or selected.
:disabled Selector
Selects all elements that are disabled.
:enabled Selector
Selects all elements that are enabled.
:file Selector
Selects all elements of type file.
:focus Selector
Selects element if it is currently focused.
:image Selector
Selects all elements of type image.
:input Selector
Selects all input, textarea, select and button elements.
:password Selector
Selects all elements of type password.
:radio Selector
Selects all elements of type radio.
:reset Selector
Selects all elements of type reset.
:selected Selector
Selects all elements that are selected.
:submit Selector
Selects all elements of type submit.
:text Selector
Selects all input elements of type text.
© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/selectors/form-selectors