andreruffert / rangeslider.js

🎚 HTML5 input range slider element jQuery polyfill
https://rangeslider.js.org
MIT License
2.16k stars 401 forks source link

Slider moving from text field input ? #169

Closed vldy closed 9 years ago

vldy commented 9 years ago

Hi, Is there a way for moving the slider after typing some value in a text field input ?

andreruffert commented 9 years ago

@vldy how would you do this for example for a normal <input type="text">? The solution is the same :)

There are plenty examples how you can do this e.g. and it really doesn't have something to do with the rangeslider.js itself.