jQuery Selector Reference Manual
Select <input> elements with type="password":
$(':password')
Try It Yourself
:password selector selects <input> elements of type password.