rangeslider.js icon indicating copy to clipboard operation
rangeslider.js copied to clipboard

RTL support

Open spirin88 opened this issue 10 years ago • 2 comments

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

spirin88 avatar Dec 09 '14 16:12 spirin88

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.

andreruffert avatar Jan 21 '15 11:01 andreruffert

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

NayanKhedkar avatar Jan 16 '17 05:01 NayanKhedkar