I have a CKEditor textarea:
After reading this link http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#setData, following code work for me.
CKEDITOR.instances.editor1.setData( 'This is the editor data.' );
This is the editor data.