Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript CKeditor和RSV验证程序问题_Javascript_Jquery - Fatal编程技术网

Javascript CKeditor和RSV验证程序问题

Javascript CKeditor和RSV验证程序问题,javascript,jquery,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://localhos

我正在内容管理系统中使用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
如何解决这个问题