标签: jquery ckeditor
如果已经存在jQuery帮助,如何删除CKeditor实例?
答案 0 :(得分:1)
您可以尝试: CKEDITOR.instances.*instanceName*.destroy();
CKEDITOR.instances.*instanceName*.destroy();
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#destroy
在检查编辑器存在后删除它: CKEditor instance already exists