1

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?

partkyle
  • 1,458
  • 1
  • 15
  • 25

2 Answers2

2

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 :)

Community
  • 1
  • 1
Louis Fellows
  • 544
  • 1
  • 4
  • 12
0

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. :)

Community
  • 1
  • 1
Giuseppe
  • 73
  • 1
  • 10