jQuery Selector Reference Manual
Select <input> elements with type="image":
$(':image')
Try It Yourself
:image selector selects <input> elements of type image.