[jQuery] Does a control like this exist?

[jQuery] Does a control like this exist?


Hello all,
I'm looking for a very odd control, but I'm betting something like
this exists.
The control is a simple + and - (or even < and >) that will increment
or decrement a field, but my catch is allowing the increment is
conditional.
For example, you have field A, field B, and field C and you have 20
points to add to these fields. You can only have as many points in
field B as you do in field A, and likewise, you can only have as many
points in field C as in field B.
So your first selection must be 1 point in field A. Then you can
either put your next point also in field A or in field B.
Does a form control even remotely like this exist?
Many thanks for all the help!