jQuery : selektor plików

❮ Selektory jQuery

Przykład

Wybierz elementy <input> z type="file":

$(":file")

Definicja i użycie

Selektor :file wybiera elementy wejściowe z typem=file.


Składnia

$(":file")

❮ Selektory jQuery