jqueryui, slider increment - need help
I am trying to achieve the following two things:
1) Display multiple results
2) And at the same time display fixed values
So for example I have a slider, and I increment by 100 every step. It shows 100, 200, 300 etc.
The second field that is displayed when I drag the slider shows: 23, 45, 889
The third field shows: 001, 222, 333
How can I add fixed values that are depending on the slider? I am not sure how to build up the fixed values and at the same time pull from an array and display in a second and third field. Hope someone can give me some info, as I have been stuck with this for days now.