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