I want to make a range slider with 4 steps in jQuery. See the attached image
Problem is I don’t know where to start. I found this reference and I’m wondering if you could point me in the right direction. Any tips or references are appreciated.
Thanks!
Something like this might help you
https://github.com/freqdec/fd-slider
https://github.com/fryn/html5slider
These are vanilla JS implementations of
<input type="range" />tha can be styled as a sliderGood luck