> $('#FORMID > [EMAIL PROTECTED]').attr('value','');
> I have not tested he above code for acuraccy but it should work even if you
> are using basic jQuery.I would not recommend this approach. You'll clear the value from inputs that should not be cleared, such as hidden inputs, checkboxes, and radios. And you'll miss elements that should be cleared, like textareas and select elements. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
