Question
How can I lock the UI scrollbar's position when it reaches a certain value? a
The scrollbar in javascript has a .value attribute. When the value = 100 out of 200, I would like the position of the scrollbar to then be prevented from visually and numerically moving any further. Is there an attribute that can control these in javascript?
