I am using jquery dialogs to present forms (fetched via AJAX). On some forms I am using a CKEditor for the textareas. The editor displays fine on the first load.
Whe
This is what worked for me:
for(name in CKEDITOR.instances) { CKEDITOR.instances[name].destroy() }