jQuery-UI Linked Sliders

2011-03-11

For a current project, I needed to show multiple sliders whose value summed to a fixed amount, so when a user moved one slider, the others would move in the other way to compensate. I googled around for a bit and found nothing (other than people complaining that this was hard). So I wrote my own version. For this project, I thought I’d try hosting the code on github. But I’ve also put a demo here.

blog comments powered by Disqus Prev: What git add does Next: Javascript: setTimeout/setInterval on Object Instances