gpt4 book ai didi

javascript - 未捕获的类型错误 : Cannot call method 'toLowerCase' of undefined using Ckeditor

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:06:03 26 4
gpt4 key购买 nike

我正在尝试使用 ckeditor 过滤单词( Ant ,单词)。这适用于普通文本区域。 http://jsfiddle.net/fqthJ/22/ .现在我正在用 ckeditor 试试 http://jsfiddle.net/s47M3/35/但我收到以下错误

未捕获的类型错误:无法使用 Ckeditor 调用未定义的方法“toLowerCase”

如果你在控制台上查看,只有在我输入过滤后的词(ants 和 words)后才会出现上述错误,否则不会出现错误。

请帮忙

最佳答案

实际上,我昨天一直在尝试解决您发布的同一类型的问题。

问题是you can't use jQuery long with CKEDITOR因此您遇到了错误。

修复:

alert("The following word/words  "+
CKEDITOR.instances['editor1'].getData().match(regAry[index])+" is banned");

JSFiddle

如果您对 jQuery Adaptor 感兴趣CKEditor,然后你可以自己去。

关于javascript - 未捕获的类型错误 : Cannot call method 'toLowerCase' of undefined using Ckeditor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22369703/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com