jQRangeSlider
jQRangeSlider copied to clipboard
Track which side of the slider a user clicked on.
Every time a user scrubs one of the sliders, "userValuesChanged" is fired which is great. Is there any way to identify which of the two sliders a user selected? So for example, if a user scrubs the right slider, how can I identify that it's the right arrow? I tries digging thorough the raw event but couldn't find something useful
This feature does not exist at the moment. I suppose you can do that by comparing values before and after.