CKeditor JQuery 适配器错误

发布于 2024-12-20 21:11:45 字数 191 浏览 0 评论 0原文

我的 CKEditor 的 jquery 适配器有问题。我已经包含了 jquery、编辑器和适配器,当我调用

$('textarea').ckeditor();

它时,它说 ckeditor 不是一个函数。我已经检查了包含的文件,CKEDITOR.replace 工作正常。

I'm having problem with CKEditor's jquery adapter. I've included jquery, editor and adapter and when I call

$('textarea').ckeditor();

it says ckeditor is not a function. I've checked included files, CKEDITOR.replace works fine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

被你宠の有点坏 2024-12-27 21:11:45

听起来你没有正确加载 jQuery。如果你这样做,该代码将正常工作。您可以发布测试页吗?

Sounds like you aren't loading jQuery correctly. If you do, that code will work fine. Can you post a test page?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文