Latest web development tutorials

jQuery: image selector

jQuery selector jQuery selector

Examples

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

$(":image")

try it"

Definition and Usage

: Image picker to select input elements with type = image of.


grammar

$(":image")


jQuery selector jQuery selector