dd

jQuery :image 选择器


实例

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

$(":image")
运行一下 »

定义和用法

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

语法

$(":image")