tutoriais mais recente desenvolvimento web
 

jQuery :text Selector

<JQuery Seletores

Exemplo

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

$(":text")
Tente você mesmo "

Definição e Uso

A :text selector selecciona elementos de entrada com type=text .


Sintaxe

$(":text")

<JQuery Seletores