Example

Select input elements with type="password":

$(":password")

Try it yourself »

Definition and Usage

The :password selector selects input elements with type=password.

Syntax

$(":password")