When using the kindeditor editor, using js to click submit form php cannot obtain the corresponding editor content
The code that needs to be added is:
KindEditor.ready(function(K) { editor = K.create('#editor', { resizeType : 0, allowImageRemote : false, width : '100%', height : '100%', items : ['source','bold','italic','underline','forecolor','image'], afterBlur : function(){this.sync();}//需要添加的 }); });