Selektor jQuery :password

Przykład

Wybierz element <input> o atrybucie type="password":

$(':password')

Spróbuj sam

Definicja i użycie

Selektor ':password' wybiera elementy <input> o typie 'password'.

Gramatyka

$(':password')