I try to connect 3 jquery ui sliders.
The sum of the 3 values must always stay at 100, so when a slider is moved the two others must moved.
I made something, it works but it is very slow: http://jsfiddle.net/vBsTR/2/
If you just connect one slider it works fine (try to move the first one): http://jsfiddle.net/tyjJx/2/
Can anyone help please? Thanks!