IonDen / ion.rangeSlider

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

ion Range Slider : How to determine which handle has changed #650

Closed coderevolts closed 4 years ago

coderevolts commented 5 years ago

Hi ,

How can I determine which handle has changed?

Can anyone help me for this?

Thanks

IonDen commented 5 years ago

Hi, if you will use onChange or onFinish callbacks, you and move handles, you will see which value was changed. If it was FROM value - this means left handle, if it was TO value -> right handle.