I haven't tested it, but how about:
$("textarea").text("");

On Aug 31, 2:47 pm, reach4thelasers <kev.m.mul...@googlemail.com>
wrote:
> $("textarea").val("");
>
> Throws an error in IE6:  "Could not set the value property.
> Unspecified Error"
> But it works fine in all other browsers.
>
> Can anyone tell me another way of clearing a textarea that works in
> all browsers?

Reply via email to