empty() is for removing child elements. See the documentation for more info.
Technically, the value of a <textarea> is in a text node that is the first child of the <textarea>. So, unless jQuery ignores text nodes (which it very well might), that *should* work.
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
