Latest web development tutorials

jQuery: input selector

jQuery selector jQuery selector

Examples

Select all input elements:

$(":input")

try it"

Definition and Usage

: Input selector to select the form elements.

The same applies to the selector button elements.


grammar

$(":input")


jQuery selector jQuery selector