Reputation: 1458
I have a set number of controls that are a value between 1 and 100. The entire set of these sliders must total 100. I would like to use a series slider for this control, and I would like to connect them (i.e. when one slider moves, the others adjust).
I remember seeing a website (I believe it was humblebundle.com) that had this functionality. I can't seem to find any examples of this.
Is there a plugin that will do what I want, or do I have to write something myself?
Upvotes: 1
Views: 4547
Reputation: 73
There's a similar question here: Jquery Interconnected slider which I posted my solution on.
Just a quick rehash of that post: I have a quick library on Github - jQuery Interconnected Sliders that does exactly this. See my other answer for more information. :)
Upvotes: 0
Reputation: 544
Theres an example like this here: Combined total for multiple jQuery-UI Sliders
I dont think it's exactly what you're looking for but it might be a good start :)
Upvotes: 2