jQuery : selektor haseł

❮ Selektory jQuery

Przykład

Wybierz elementy <input> z type="password":

$(":password")

Definicja i użycie

Selektor :password wybiera elementy wejściowe z typem=hasło.


Składnia

$(":password")

❮ Selektory jQuery