Form Reset 介绍
This plugin allows you to reset a form, or collection of forms, by calling
reset().
You can pass the function one of the following:
- A form or collection of forms
- A child of a form
- A container that has a form or forms, including the entire page
It works by appending a hidden <input type="reset" /> to each form and
clicking it. This utilizes the default reset behavior of the browser, allowing
for a consistent user experience.