How to Reset form
How to Reset form
In my form I have several jqueryui selectmenus and autocomplete and a date picker. How could I reset them all together? I'm not able to figure that out. Could someone please assist?
Thank you.
- $(document).ready(function() {
- $('#reset').click(function() {
-
- });
- });