Селектор :image


Содержание:

image selector

Описание: Selects all elements of type image.

  • Добавлен в версии: 1.0jQuery( ":image" )

:image is equivalent to [type="image"]

Дополнительные замечания:

  • Because :image is a jQuery extension and not part of the CSS specification, queries using :image cannot take advantage of the performance boost provided by the native DOM querySelectorAll() method. For better performance in modern browsers, use [type="image"] instead.