清空KindEditor富文本编辑器里面的内容方法

//清空KindEditor
KindEditor.instances[0].html(""); 0表示第一个KindEditor编辑器对象

详情见链接:http://www.newasp.net/tech/83166.html

转载于:https://www.cnblogs.com/shuai7boy/p/5593827.html

你可能感兴趣的:(清空KindEditor富文本编辑器里面的内容方法)