jQuery :image Selector

Example

Select <input> elements with type="image":

$(':image')

Try It Yourself

Definition and Usage

:image selector selects <input> elements of type image.

Syntax

$(':image')