> Well then you can clear only select elements like this.
> $('#FORMID > [EMAIL PROTECTED]').attr('value','');
> $('#FORMID > [EMAIL PROTECTED]').attr('value','');
> $('#FORMID > [EMAIL PROTECTED]').attr('value','');

No, you don't want to clear the value of a checkbox or radio input.
For those inputs you want to set the checked attribute to false.
There are many ways to write the code for clearing a form but its
important first to understand which elements to modify and how.

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to