jQuery : seletor de texto

❮ Seletores jQuery

Exemplo

Selecione os elementos <input> com type="text":

$(":text")

Definição e uso

O seletor :text seleciona elementos de entrada com type=text.


Sintaxe

$(":text")

❮ Seletores jQuery