andreruffert / rangeslider.js

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

issue multiple rangeslide initialized bye jquery. #46

Closed yahya-akhter closed 10 years ago

yahya-akhter commented 10 years ago

I am trying to initialized two range slider by jquery . and updating width of the slider. it dosn't wor but when i press f12 or inspect element it's automatically correct and working . i am bit confuse is that happening.

andreruffert commented 10 years ago

@yahyaoffroad an example would be good.

yahya-akhter commented 10 years ago

i can enplane you i have set the range slide width by jquery. on click i can minimize the width of rangslider. but i can't work proper utila ans after i hit the inspect element

andreruffert commented 10 years ago

Is it similar to this example? If you change the width of the rangeslider with JS you need to call the update method e.g. $inputRange.rangeslider('update');