我的应用程序充当其他网站的插件。它有一个较新版本的CkEditor,带有ckeditor jquery适配器的不同配置集。
问题是当我的应用程序加载到已经加载了ckeditor文件的网站时。
每当我做
str = 'this sentence has unseen text such as computer but also king lord juliet'
response = tfidf.transform([str])
时,'#1'是textarea的jquery选择器。
它从已经加载的网站ckeditor.js加载编辑器(不是应该加载我的应用程序的那个)。
如何强制加载(我的应用程序中存在的那个)特定的CkEditor?