jQuery :file 選択子

type="file" の <input> 要素を選択します:

$(':file')

実際に試してみてください

定義と使用法

:image 選択子は、typeが file の <input> 要素を選択します。

文法

$(':file')