Lock slider to only one direction?

Lock slider to only one direction?

Basically, I'm defining the current value of multiple sliders via a PHP script.  Minimum is 1, max is 99.

The values of each slider is the person's current level, I only want them to be able to slide to the right (increase level).

Is there any way to lock the slider so they cannot make the value go below the initial value?