I have a form with a standard reset button coded thusly:
Trouble i
Consider using the validation plugin - it's great! And reseting form is simple:
var validator = $("#myform").validate(); validator.resetForm();