'CkEditor LITE plugin couldn't find jQuery
I add LITE plugin in ckeditor4 by downloading it from https://ckeditor.com/cke4/addon/lite and add extracted folder to plugins folder of ckeditor and then I add lite to extraPlugin in config.js file
config.extraPlugins = ['lite']
and I also add jQueryPath in config.js file
config.lite.jQueryPath = 'js/jquery.min.js';
But it can't find JQuery: plugin.js?t=LAHF:8865 Uncaught ReferenceError: jQuery is not defined
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
