This plugin allows you to reset a form, or collection of forms, by calling reset().
You can pass the function one of the following:
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.
<input type="reset" />