Replies: 1 comment 3 replies
-
Tested a bit, seems like jQuery is a bit tricky with rollup rollup/rollup#520 rollup/rollup#592 |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using your htmlgraphics-html-bundler-template and I'd like to add the jquery-clock-timepicker library to it, which requires jQuery. I've installed everything via npm, and there are no errors displayed in the code. However, when I open the console inside the development script, I see an error: "jQuery is not defined at node_modules/jquery-clock-timepicker/jquery-clock-timepicker.min.js."
This is my onInit.ts:
and this is my html:
I would appreciate your assistance in implementing the library.
Beta Was this translation helpful? Give feedback.
All reactions