//加载编辑器
function ajax(ID){
//引入KindEditor
$.getScript('/include/kindeditor/kindeditor.js', function() {
KindEditor.basePath = '/include/kindeditor/';
KindEditor.create('textarea[name="msg"]',{items :["emoticons"]});
});
}
//提交事件
function Post(fid){
//获取提交内容
var html = 编辑器内容。
}
大神,怎样获取内容?
