Example
Select input elements with type="file":
$(":file")
Try it yourself »
Definition and Usage
The :file selector selects input elements with type=file.
Syntax
$(":file")