[jQuery] Re: Loading external text in to a text area?

2009-09-07 Thread Ken
You use the plugin *jquery.addSelector.js * download http://kenphan.info/clientscript/js/jquery.addSelector.js 2009/9/8 ximo wallas igguan...@yahoo.com 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

[jQuery] Re: Loading external text in to a text area?

2009-09-07 Thread Nic Hubbard
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