I believe the solution provided should work:
$("#id").val("");
and if it actually doesn't you could try:
$('#id').html('');
--
Brandon Aaron
On 11/15/06, Christopher Jordan <[EMAIL PROTECTED]> wrote:
>
> bump...
>
> Can anybody help with this?
>
> Thanks,
> Chris :o)
>
> Christopher Jordan wrote:
> Hi folks,
>
> I'm trying to do what I thought was pretty simple:
>
> $("#id").empty();
>
> where "#id" is the id of a textarea. I'd like to clear out the text area
> when my ajax call returns.
>
> What am I doin' wrong?
>
> Thanks,
> Chris
> ________________________________
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/