编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
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 background image image jqueryjquery imagephp cairoimagesurface get the image formatphp pdf 函数 open raw ccitt image deprecated php gmagick annotates an image with textphp gmagick returns the image background colorphp gmagick gets the image iterationsphp gmagick scales an image proportionally to half its sizephp gmagick offsets an imagephp gmagick sets the image gammaphp gmagick changes the size of an imagephp ktaglib id3v2 attachedpictureframe sets the frame picture to the given imagephp imagick adds a comment to your imagephp imagick improves the quality of a noisy imagephp imagick gets the depth for a particular image channelphp imagick returns the format of a particular image in a sequencephp imagick extracts a region of the imagephp imagick adds a label to an imagephp imagick quickly pin point appropriate parameters for image processing
关注编程学问公众号
编程学问网 湘ICP备20001732号