[jQuery] Interface: Sliders, what are Values for?

[jQuery] Interface: Sliders, what are Values for?


I have been trying to figure out the documentation for the Interface
plugin, regarding the values property and the SliderSetValues
function. Basically I can't figure out what the array pairs are for.
The documentation shows little more than you feed an array of arrays
in as arguments, such as
[[0,1], [2,3], [4,5]] and so on.
What I want to know is what wach subarray refers to, and what each of
the two values they contain mean.