IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

Range slider with labels and custom values #773

Open JohnOland opened 2 years ago

JohnOland commented 2 years ago

I have a question if it is possible to have a range slider with custom values and other values that can be used for calculation. I want to have the slider as follows:

Values for the user/labels: 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140 The values that should be used for calculation should be: 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3

Help would be much appreciated!