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")
The :reset selector selects button and input elements with type=reset.
Tip: Using input:reset as a selector will not select the button element.
$(":reset")
If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:
support@w3schools.com
Your message has been sent to W3Schools.