jQuery :password Selector

Example

Select <input> element with type="password":

$(":password")

Try It Yourself

Definition and Usage

:password Selector selects the <input> element of type password.

Grammar

$(":password")