-
Notifications
You must be signed in to change notification settings - Fork 123
Uncaught TypeError: Cannot read property 'fn' of undefined bootstrap-slider.js:358 #13
Comments
I haven't yet updated to support bootstrap-slider v 4.x (waiting for it to stabilize a bit more). You could try using that bootstrap slider instead of 3.x |
Which versions work best together?. I am on the latest Bootstrap and Angular. |
I've only tested it on these ones, but if it resolves your error I think it would be worth upgrading. |
Got similar issue when combining 4.x with angular wrapper directives. "Error: $.fn.slider.Constructor is undefined And checked with 3.1.0, works fine. |
I fixed it by moving my query ui reference to before the plugin. |
Yeah, there is a conflict with jQuery UI slider. We have a way to avoid this: attack to $.bootstrapSlider instead. |
Hi @seiyria, bootstrap-slider is v4.5.1 now and seems stabilized. Any update to remove the reference to jQuery plugin slider? Thanks |
No, there has not been a patch to do that as far as I know. You're welcome to submit a PR to do it though! |
Hi
i am banging my head on this error.during load:
Uncaught TypeError: Cannot read property 'fn' of undefined bootstrap-slider.js:358
i know it is in my code as the samples work fine. I was hoping someone else may have seen/solved the issue before I slowly take my app apart.
Thanks
The text was updated successfully, but these errors were encountered: