jQuery Selector Reference Manual
Select <input> elements with type="text":
$(':text')
Try It Yourself
:text selector selects <input> elements of type text.