Sélecteur :password jQuery

Exemple

Sélectionnez les éléments <input> de type "password":

$(':password')

Essayez-le vous-même

Définition et utilisation

Le sélecteur :password sélectionne les éléments <input> de type password.

Syntaxe

$(':password')