jQuery :image 选择器

定义和用法

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

实例

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

$(":image")

亲自试一试

语法

$(":image")