IonDen / ion.rangeSlider

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

Min, max and current values #673

Open mslinn opened 4 years ago

mslinn commented 4 years ago

Here are examples of range sliders I made with Adobe Flex years ago. The skins emulated an audio mixer console.

Flex slider

Each slider had a minimum and maximum value, and there was also a current value which was constrained between minimum and maximum. The 3 values could be specified by dragging the handles, or by typing in the values.

Might it be feasible to adapt the ion.rangeSlider to incorporate these features, or would it make more sense to start afresh?

IonDen commented 4 years ago

Hi, current version 2.x does not support more then 2 handles. Only in 3.x support for multiple handles will be added, but no estimate on this.

mjsmith037 commented 4 years ago

Another use case for this:

I am interested in making sliders to specify some parameters of a distribution. Right now, I can use a single value slider to specify one parameter (e.g. mean), or a range slider to specify two (e.g. min and max). It would be nice to have an option for a third handle within the range which could combine these two approaches, specifying three parameters of the distribution (functionally adding the ability to adjust the distribution's skew).