I am using CKeditor by asigning a class="ckeditor" to a textarea.
When I paste the textbox into a page on my site with a link to the ckeditor, it works fine.
However, when I insert the exact same textarea code into the same location on the page using jquery, the editor does not come up.
I have checked the code in firebug and the inserted code is correct, the same as when I paste it into the page. The correct link to ckeditor is in the header of the page it is being inserted into.
Why does it not work when insered with javascript when it works when I paste in the same code?
--Kenoli
I discovered that if I
I discovered that if I activate ckeditor using javascript instead of the "class" method. It works.
Go figure...
--Kenoli