jQuery :text Selector

jQuery Selectors : Select <input> elements with type="text"

Definition and Usage

The :text selector selects input elements with type=text.

Syntax

$(":text")