I have a form with a standard reset button coded thusly:
Trouble i
You might find that this is actually easier solved without jQuery.
In regular JavaScript, this is as simple as:
document.getElementById('frmitem').reset();
I try to always remember that while we use jQuery to enhance and speed up our coding, sometimes it isn't actually faster. In those cases, it's often better to use another method.