ckeditor using ajax
Posted
by sundowatch
on Stack Overflow
See other posts from Stack Overflow
or by sundowatch
Published on 2010-05-09T15:52:35Z
Indexed on
2010/05/09
15:58 UTC
Read the original article
Hit count: 247
I am preparing a script. I am using AJAX(load()) with jQuery.
I am getting a page which includes textarea with ckeditor by load() jQuery AJAX function.
Although I include ckeditor's.js file, loaded page doesn't includes javascript file and shows a normal textarea without ckeditor.
How can I load file which includes textarea with ckeditor?
© Stack Overflow or respective owner