jQuery :password Selector

Example

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

$(':password')

Try It Yourself

Definition and Usage

:password selector selects <input> elements of type password.

Syntax

$(':password')