jQRangeSlider
jQRangeSlider copied to clipboard
Array of date values to slider
I have an array of dates that I would like to pass to the slider. What I would like is only those dates in that array to be available on the slider. So if a user moves one the of the sliders, it would step to the next date from my array.
I see the step function, but nothing clearly documenting how to do what I want. Is this possible?
Indeed, the slider only supports fixed intervals between steps.