Latest web development tutorials

jQuery: seletor de arquivos

seletor jQuery seletor jQuery

Exemplos

Seleccione com type = "file" no elemento <input>:

$(":file")

tente »

Definição e Uso

: Selecionador de arquivo para selecionar o tipo de entrada = elemento do arquivo com a extensão.


gramática

$(":file")


seletor jQuery seletor jQuery