jQuery :file 选择器

jQuery :file 选择器

返回 jQuery 选择器


实例

选取带有 type="file" 的 <input> 元素:

$(":file")

尝试一下


定义和用法

:file 选择器选取带有 type=file 的 input 元素。

语法

$(":file")

返回 jQuery 选择器

查看笔记

扫码一下
查看教程更方便