jQuery : výběr hesel

❮ Selektory jQuery

Příklad

Vyberte prvky <input> s type="password":

$(":password")

Definice a použití

Selektor :password vybírá vstupní prvky s type=password.


Syntax

$(":password")

❮ Selektory jQuery