Thanks Brandon. I'm just an idiot, and didn't see that Erik had already responded last night, :0/
Anyway, I appreciate the possible alternative solution.

Chris

Brandon Aaron wrote:
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/


  
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to