Hi everyone,
Can you please let e know how I can set the slider default start step from 5th step?
I tried to use the current attribute but it started from 1th step.
- $("#myslider").slider({
min: 1,
max: 20,
stepping: 1,
current: 5,
slide: function(event, ui) {}
is there any other att I can use here? or I need any function for that?
Thaks