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.
  1. $(document).ready(function() {
  2. $('#reset').click(function() {
  3.            
  4.             });
  5. });