CKeditor和RSV验证器问题

时间:2011-10-04 07:27:23

标签: javascript jquery

我在内容管理系统中使用ckeditor但无法验证ckeditor textarea。使用以下代码

$("#submit_btn").click(function () {
    CKEDITOR.instances.content.updateElement();

        });

现在RSV验证器出现了问题,但现在ckeditor出现了大量错误

[12:12:41.635] ag.getOuterHtml is not a function @ http://localhost:81/core/includes/ckeditor/ckeditor.js:99
[12:12:41.694] af.getTarget().is is not a function @ http://localhost:81/core/includes/ckeditor/ckeditor.js:99
--
[12:13:40.869] Use of attributes' specified attribute is deprecated. It always returns true. @ http://localhost:81/admin/?page=add

如何解决这个问题?

0 个答案:

没有答案