I'd want to achieve something like this:
From X elements, I'd like to choose the number of 'OK', the number or 'partially OK' and the number of 'not OK'. The three range are not superposable, obviously, and the sum is always X.
I tried to start from the standard jQuery UI slider, but the main background is unique, hence I cannot have the green and the red color together.
Is there any plugin that already do this? Or any idea on which is the easiest way to do with the standard jQuery plugin?