jQuery :text Selector
Definition and Usage
The :text selector selects input elements with type=text.
Syntax
$(":text")
The :text selector selects input elements with type=text.
$(":text")