Latest web development tutorials

jQuery: password selector

jQuery selector jQuery selector

Examples

Select with type = "password" of the <input> element:

$(":password")

try it"

Definition and Usage

: Password picker to select the input type = password element with.


grammar

$(":password")


jQuery selector jQuery selector