主题: 首次加载不出来
作者: 日子依旧, 发布日期: 2015-01-07 10:48:48, 浏览数: 1084
var editor
KindEditor.ready(function (K) { 
editor = K.create('textarea[name="content"]', { 
resizeType: 1
allowPreviewEmoticons: false
allowImageUpload: false
items: [ 'fontname', 'fontsize', '|', 'forecolor', 'hilitecolor', 'bold', 'italic', 'underline', 'removeformat', '|', 'justifyleft', 'justifycenter', 'justifyright', 'insertorderedlist', 'insertunorderedlist','hr','removeformat']
    });

});


首次进入页面

KindEditor.ready 这里就卡起了。
,编辑器一直加载不出来,一片空白,刷新后就可以了。
发表新帖 发表回复