Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery is not defined in the plugin.js #159

Open
moc89 opened this issue Jul 9, 2021 · 3 comments
Open

jQuery is not defined in the plugin.js #159

moc89 opened this issue Jul 9, 2021 · 3 comments

Comments

@moc89
Copy link

moc89 commented Jul 9, 2021

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

image

@Keshtgar
Copy link

Keshtgar commented Dec 25, 2021

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
Copy link
Collaborator

imdfl commented Dec 26, 2021

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

@Keshtgar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants