-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Selectize does not work with npm - jQuery is not defined #1161
Comments
So, there's nothing to fix, you just want to add some pressure to make a new release. |
I don't understand what you mean - the current npm version is broken. |
Same issue here - when do you plan to release the fix? |
Hi joallard, thanks for selectize. I am experiencing the same issue. My team dislike workarounds :( is there a chance to do it on the level of selectcize? Thanks in advance. |
Thanks we tried it and now it works! 👍 |
Hi,
we are using selectize with npm (common js).
Unfortunately there is a bug where you use
jQuery
instead of$
.This causes "jQuery is not defined".
The bug is already solved in the src/contrib/highlight.js line 45.
However in the dist folder it is still set to jQuery:
selectize.js//dist/js/selectize.js
Line 67 in 702761d
Could you please build the plugin with the newest sources and release a bug fix?
Thanks
The text was updated successfully, but these errors were encountered: