[jQuery] Clearing all form field values

[jQuery] Clearing all form field values

> I just want to reset all fields to their original values.
Does the standard form.reset method do what you want?
$('#myForm')[0].reset();
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/