[jQuery] Interface: More slider problems, restricted and fractions together
I am using the Sliders interface plugin to generate a range (minimum -
maximum for use in calculating a price range of products. I need the
minimum range slider to not pass the maximum range slider, but I also
need the sliders to move in increments rather than smoothly.
When I set the restricted: true property everything works as it
should, but if I set both restricted: true and fractions: (some value)
then I find that the slider for the maximum value produces strange
results if the minimum value slider is not at its zero position.
Am I doing something wrong here or is this a bug in the slider plugin?