soundar24 / roundSlider

roundSlider - A free jQuery plugin
https://roundsliderui.com/
MIT License
267 stars 80 forks source link

can't use oninput like a range #114

Closed n-ce closed 3 years ago

soundar24 commented 3 years ago

@n-ce you can use the update event which is similar to the oninput. Check the below demo:

https://jsfiddle.net/soundar24/8xwz4qk5/

n-ce commented 3 years ago

Thanks, it worked!