Manual de referencias de selectores jQuery
Elije elementos <input> de tipo text:
$(':text')
Prueba por ti mismo
El selector :text selecciona elementos <input> de tipo text.