Steps feature in circular slider

586 Views Asked by At

I am using Jquery Circular Slider and for the last few hours, I have been trying to add step feature in it. Like it should add step:20 in setting and then jump to plus or minus 20 from current location just like jquery UI slider. Any help will be appreciated

1

There are 1 best solutions below

0
On

Alternatively you can use the jQuery roundSlider plugin, which having all the similar options like the jQuery UI slider. And also you can easily customize the control and its appearances.

It supports default, min-range and range slider types. Not only the round slider it also supports various circle shapes such as quarter, half and pie circle shapes.

For more details check the demos and documentation page.

Please check the demo from jsFiddle.