My question relates to this one asked a year ago:
Is there a way to show the number of "ticks" or "steps" in a jquery ui slider?
The OP in that question wanted to know how to add visual steps based on where ticks in the slider are located. The solution was a manual one and would not work with a dynamic tick approach.
My question is what if I have multiple sliders loading on load, each one with different steps and at any point in time, the number of steps could change. Is there anything in the slider API that I may have overlooked that could be used as reference callbacks to the step div, letting it know where to position each step.
For example, if one of the steps is at "left: 28%". Is that info stored anywhere in the slider after it initializes and can it be accessed to create dynamic step visuals below it?