Bootstrap

清空KindEditor编辑器内容

//创建
var editor = KindEditor.create("textarea[name='desc']", {....});
//清空kindeditor的内容
editor.html("");

;