I have a form with a standard reset button coded thusly:
Trouble i
I used the solution below and it worked for me (mixing traditional javascript with jQuery)
$("#myformId").submit(function() { comand="window.document."+$(this).attr('name')+".reset()"; setTimeout("eval(comando)",4000); })