jQuery :reset Selector
jQuery Selectors
Example
Select elements with type="reset" in both <input> and <button>:
Definition and Usage
The :reset selector selects button and input elements with type=reset.
Note: Using input:reset with this selector will not select button elements.
Syntax
jQuery Selectors