Cleditor。删除实例的方法是什么?

时间:2014-08-17 08:37:09

标签: javascript jquery

我有这个问题的解决方案到1.4.4版本,但该代码不适用于最后一个版本的编辑器。

//...

var lastChapter = textarea.cleditor({
     bodyStyle: "margin:4px; font:16px Arial,Verdana; cursor:text;",
     docCSSFile: "/css/cleditor.editor.css"
})[0];

lastChapter.$area.insertBefore(lastChapter[1].$main);
lastChapter.$area.removeData('cleditor');
lastChapter.$main.remove();

我会感激不尽!

1 个答案:

答案 0 :(得分:0)

document.getElementById("my-element").remove();