I have a form with a standard reset button coded thusly:
Trouble i
I find this works well.
$(":input").not(":button, :submit, :reset, :hidden").each( function() { this.value = this.defaultValue; });