我有这个问题的解决方案到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();
我会感激不尽!
答案 0 :(得分:0)
document.getElementById("my-element").remove();