jQuery :ファイルセレクター

❮jQueryセレクター

type = "file"で<input>要素を選択します。

$(":file")

定義と使用法

:fileセレクターは、type = fileの入力要素を選択します。


構文

$(":file")

❮jQueryセレクター