jQuery :password 选择器

定义和用法

:password 选择器选取类型为 password<input> 元素。

实例

选择 type="password"<input> 元素:

$(":password")

亲自试一试

语法

$(":password")