kindeditor存了数据库之后取出来就变了
kindeditor存了数据库之后取出来就变了
日期:2014-12-30 21:07:52 人气:1
参考一下:
//取得HTML内容
html = KE.html('editor_id');
//同步数据后可以直接取得textarea的value
KE.sync('editor_id');
html = document.getElementById('editor_id').value;
html = $('#editor_id').val(); //jQuery