jQuery1.8.0帮助手册选择器:file
上一篇::button 下一篇::enabled

:file

返回值:Array:file

V1.0概述

匹配所有文件域

示例

描述:

查找所有文件域

HTML 代码:

  
  
  
  
  
  
  
  
  
  
  
  
jQuery 代码:
$(":file")
结果:
[  ]
上一篇::button 下一篇::enabled