If you use $.ajax and the success option, you could do:

$('<textarea>'+html+'</textarea').appendTo('#yourDiv');

On Sep 7, 10:48 am, ximo wallas <igguan...@yahoo.com> wrote:
> Hello, I would like to know if I can load a small text from a external source 
> into a textarea.
> the external source is a php that will write some clean text depending on the 
> vars received.
> I know load() can do the job for a div but I don't think it will work for a 
> textarea.

Reply via email to