jquery validate 獲取不到 kindeditor 的內容

須要在 jquery.validate.js 文件中加入這個句話:  56行 jquery

if (typeof KindEditor !== "undefined" && KindEditor.instances) {
    $.each(KindEditor.instances, function() {
        this.sync();
    });
}

就OK了this

相關文章
相關標籤/搜索