Latest web development tutorials

jQuery: file selector

jQuery selector jQuery selector

Examples

Select with type = "file" in the <input> element:

$(":file")

try it"

Definition and Usage

: File picker to select input type = file element with the.


grammar

$(":file")


jQuery selector jQuery selector