编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
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 data types index image jqueryjquery imagephp pdf 函数 close imagephp ps 函数 takes an gd image and returns an image for placement in a ps documentphp gmagick improves the quality of a noisy imagephp gmagick gets the image gammaphp gmagick creates a new image as a copyphp gmagick smooths the contours of an imagephp gmagick sets the image delayphp gmagick sets the image chromaticity white pointphp haruimage get the width of the imagephp imagick surrounds the image with a borderphp imagick displays an image or image sequencephp imagick the filename associated with an image sequencephp imagick gets the image depthphp imagick gets the image orientationphp imagick replaces colors in the imagephp imagick moves to the next imagephp imagick removes an image from the image list
关注编程学问公众号
编程学问网 湘ICP备20001732号