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

Opposite function to "onFinish"? #604

Closed Kcko closed 4 years ago

Kcko commented 5 years ago

Hi, is there some opposite function to onFinish? onStart is when slider is ready and initialized - cool. onChange when some value is updated - cool.

But Im missing when Im start to pull range button - and this event should run only once (same behavior as onFinish event).

Thx for explanation.

IonDen commented 5 years ago

Hi, this method is redundant. And can be emulated very easily: Demo: https://jsfiddle.net/IonDen/dcvup69r/

Kcko commented 5 years ago

Ops, thx for demo, makes a sense.