You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery.js?8262:4059 Uncaught TypeError: $(...).ionRangeSlider is not a function
at HTMLDocument.eval (_filter-form.js?a5ef:22:32)
at mightThrow (jquery.js?8262:3766:1)
at process (jquery.js?8262:3834:1)
The text was updated successfully, but these errors were encountered:
this issue reproduces for me too: i upgraded to angular 15, and bootstrap 5, and i started getting this error:
...ERROR TypeError: this.$(...).ionRangeSlider is not a function
I encountered a similar problem when I connected jQuery via CDN and imported it into a Vue project at the same time. I recommend checking all jQuery connections in the project.
I've got a Laravel project. I've just installed
jQuery
andion.rangeSlider
through npm.JQuery works as expected in the project. Trying to do the most basic example of a slider (for example below), I get an error:
The Error Is:
The text was updated successfully, but these errors were encountered: