<input type="range" min="0" max="1" step="0.01" value="1" />
Using Javascript how can I detect when the user has finished dragging a input:range element?
I've tried to use onblur, onmouseout and ondragend events.
Looking for a native javascript solution
You can use onchange
or onmouseup
jsfiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With