andreruffert / rangeslider.js

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

RTL support #113

Open spirin88 opened 9 years ago

spirin88 commented 9 years ago

Hello,

cool plugin ;)

just a quick question.

What exactly needs to be modified inside the script to support "rtl" sites? The line nr. 296 one of them, but its not enough.

Kind Regards, Dmitry

andreruffert commented 9 years ago

Excuse my delay I was on a long and awesome vacation :stuck_out_tongue_winking_eye:

Currently there is no support for direction change. I guess it shouldn't be a big deal to implement this configurable with a dir attribute which default value would be ltr.

NayanKhedkar commented 7 years ago

This feature implemented in the PR: https://github.com/andreruffert/rangeslider.js/pull/245