CKeditor JQuery 适配器错误
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你没有正确加载 jQuery。如果你这样做,该代码将正常工作。您可以发布测试页吗?
Sounds like you aren't loading jQuery correctly. If you do, that code will work fine. Can you post a test page?