Latest web development tutorials

jQuery: selector de texto

seletor jQuery seletor jQuery

Exemplos

Selecione com type = "text" do <input> elemento:

$(":text")

tente »

Definição e Uso

: Texto com um seletor para selecionar o tipo de entrada = elemento de texto.


gramática

$(":text")


seletor jQuery seletor jQuery