Slider troubles

Slider troubles


Hey everyone,
So I'm working on the version of u.slider posted on this discussion
group (can't recall who posted it right now, sorry) that allows
ui.slider to accept two handles.
The only trouble that I've run into is that it seems when I want to
set the values of the slider handles when the minimum value slider
handle is greater than 0, the moveTo method in u.slider.js zeroes it
out.
For example, say I have a slider that is a year range from 2001 to
2008. I think the following line in the moveTo method messes things
up.
value=value-o.minValue
Where value = o.startValue[i]
I hope this is making sense. My brain is fried and I'm wondering how I
would go about adjusting the code to accommodate times when the min
value is not zero, because it seems the code currently assumes that
the minValue is always 0. As long as its 0, everything works fine...
Thanks!