jQuery参考手册
jQuery :password 选择器
jQuery :password 选择器
jQuery :password 选择器

实例
选取带有 type="password" 的 <input> 元素:
  
    $(":password")
  
尝试一下 »
定义和用法
:password 选择器选取带有 type=password 的 input 元素。
语法
$(":password")

| jQuery :password 选择器 | 
|---|

选取带有 type="password" 的 <input> 元素:
:password 选择器选取带有 type=password 的 input 元素。

| jQuery :password 选择器 | 
|---|