Is it possible to get a ion rangeslider without jQuery ?
The script below cause problems on my website with a part of the menu dedicated to users.
<!-jQuery-> <script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"> </script>
I tried to remove the jQuery by following the reference below, but failed.
https://www.npmjs.com/package/vanilla-rangeslider
Anyone kind enough to help me? Is there any way to get ion RangeSlider without Jquery?
Project: https://jsfiddle.net/snake93/ahsnfw80/10/
Advertisement
Answer
I edited project you have posted to use vanilla
js
only.
Here is the project link