Replies: 1 comment
|
How are you loading jQuery in your template? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
jQuery is successfully loaded, but it is not exposed globally (window.jQuery / $) when running inside NativePHP (Electron).
As a result, all jQuery plugins fail with errors like:
Uncaught ReferenceError: jQuery is not defined
All reactions