jQuery :image 选择器
jQuery 教程
· 2019-03-10 19:11:23
实例
选取带有 type="image" 的 <input> 元素:
$(":image")
定义和用法
:image 选择器选取带有 type=image 的 input 元素。
语法
$(":image")
点击查看所有 jQuery 教程 文章: https://www.codercto.com/courses/l/35.html