[jQuery] Clearing a textarea in IE6 - Val() doesn't work!!

[jQuery] Clearing a textarea in IE6 - Val() doesn't work!!


$("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?