编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
jQuery API 开发手册

返回值:Array<Element(s)>:image

V1.0概述

匹配所有图像域

示例

描述:

匹配所有图像域

HTML 代码:
<form>
  <input type="text" />
  <input type="checkbox" />
  <input type="radio" />
  <input type="image" />
  <input type="file" />
  <input type="submit" />
  <input type="reset" />
  <input type="password" />
  <input type="button" />
  <select><option/></select>
  <textarea></textarea>
  <button></button>
</form>
jQuery 代码:
$(":image")
结果:
[ <input type="image" /> ]
相关文章
css image set image jqueryjquery imagephp gd 和图像处理 函数 get or set the resolution of the imagephp ps 函数 opens image from filephp gmagick enhance edges within the imagephp gmagick returns the filename of a particular image in a sequencephp gmagick returns the width of the imagephp gmagick reads image from filenamephp gmagick sets the image colorspacephp gmagick sets the image typephp haruimage get the height of the imagephp imagick annotates an image with textphp imagick reduces the speckle noise in an imagephp imagick gamma corrects an imagephp imagick gets the current image s compression qualityphp imagick return if the image has a matte channelphp imagick gets the index of the current active imagephp imagick negates the colors in the reference imagephp imagick smooths the contours of an image
关注编程学问公众号
编程学问网 湘ICP备20001732号