我有一个jquery移动滑轮:
<input type="range" name="slider" data-track-theme="c"
data-highlight="true" id="slider-step1" step="10000"
value="10000" min="10000" max="9000000" />
and I have to set the step value dynamically like this: Up to 200.000 steps of 10.000, up to 500.000 steps of 25.000, up to 1.000.000 steps of 50.000, up to 2.000.000 steps of 200.000, up to 9.000.000 steps of 500.000.
I tried a lot of things and nothing. Please help!