jQuery :password Selector

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

Definition and Usage

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

Syntax

$(":password")