Селектор :reset


Содержание:

reset selector

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

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

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

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

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