jQuery :file 선택기

예제

type="file"의 <input> 요소 선택:

$(':file')

직접 시도해 보세요

정의와 사용법

:image 선택기는 파일 유형의 <input> 요소를 선택합니다.

문법

$(':file')