Mungbeans wrote:
> I want to empty every text field in a given form. So far this isn't working:
>
> $('[EMAIL PROTECTED]"text"]').each(function(){ this.val = ""; });
>
>
>
try $('[EMAIL PROTECTED]"text"]').val("");_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
