IonDen / ion.rangeSlider

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

Slider values but with different labeled names? #660

Closed ShaunR closed 5 years ago

ShaunR commented 5 years ago

I'm currently passing an array of product id's into values. This works great and the input's value is set to the product id based. The issue i have is that I do not want the product id's to be what the slider shows and I would like the slider to show product names.

Basically i need the slider to set the input's value to the id, but then the slider to not show the id but to show the name.