Hi, I was wondering if I could do the following with a jqxslider.
I want the have a slider whose range, visually, is from 0-100. However, I want to restrict the upper bound the slider can be moved to to something less than 100, like 85. How can I do this?
You could use the benefits of the 'change' event.
When the value becomes equal or bigger than 85 then return it back to this value.
Please, take a look at this example.