IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.55k stars 507 forks source link

How to prettify specific element of the slider? #419

Open princeofnaxos opened 8 years ago

princeofnaxos commented 8 years ago

Hi,

In my case, I have a distance slider from 0 to 10 kms. I want the current value of the slider to be postfixed with 'km', but not the min, max and grid values.

How would I use the prettify function to only change 'irs-single'?

IonDen commented 8 years ago

Hi, you can't. Prettify will apply to all values. But it is a good idea for 3.x version.

princeofnaxos commented 8 years ago

+1 ;-)

slidenerd commented 6 years ago

ahan finally caught the issue here, so separate prettyify cannot be applied to from and to values eh?

IonDen commented 6 years ago

@slidenerd, nope for now.