jQuery :reset Selector
Definition and Usage
The :reset selector selects button and input elements with type=reset.
Tip: Using input:reset as a selector will not select the button element.
Syntax
$(":reset")
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.