loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

jQuery is not defined in the plugin.js #159

Open moc89 opened 3 years ago

moc89 commented 3 years ago

If I add the lite plugin to 'ckeditor/plugins' folder and use it, I get JQuery is not defined error below;

image

Keshtgar commented 2 years ago

I have this problem too. I added jquery path in config.js config.lite.jQueryPath = '/js/jquery.min.js'; but it doesn't work

imdfl commented 2 years ago

I suggest that you either include jquery in the page, or edit the source and verify that jQueryPath is actually used...

Keshtgar commented 2 years ago

I have this problem with code that I download from https://ckeditor.com/cke4/addon/lite when I downloaded the LITE plugin code from its GitHub repository the problem was fixed