jQuery :image 选择器

jQuery 参考手册 选择器jQuery 参考手册 选择器

 

1. 范例

选择 type="image" 的 <input> 元素:

$(":image")

我要试一试

 

2. 定义和用法

:image 选择器选取类型为 image 的 <input> 元素。

语法

$(":image")

jQuery 参考手册 选择器jQuery 参考手册 选择器

1. 范例:选择 type="file" 的 <input> 元素。2. 定义和用法::image 选择器选取类型为 file 的 <input> 元素。语法:$(":file")。