We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I want to know if the dom slider is currently used. I.e if the slider is currently moving or not. Any idea how to do it?
For createSlider():
Either input():
Or changed():
Event callbacks should be equally capable of detecting any changes on the input range slider. :)>-
However, while input() triggers every time the slider is moved, changed() only do so after the movement has finished. L-)
Grab its current value via value() method btW: O:-)
Thanks you very much
Answers
For createSlider():
Either input():
Or changed():
Event callbacks should be equally capable of detecting any changes on the input range slider. :)>-
However, while input() triggers every time the slider is moved, changed() only do so after the movement has finished. L-)
Grab its current value via value() method btW: O:-)
Thanks you very much