:password
jquery 选择器
选取带有 type="password" 的 元素:
$(":password")
:password 选择器选取带有 type=password 的 input 元素。