jQuery: Creating a circular slider

后端 未结 4 1222
逝去的感伤
逝去的感伤 2021-02-10 06:27

You may have seen JavaScript sliders before:

http://dev.jquery.com/view/tags/ui/1.5b2/demos/ui.slider.html

What I\'m envisioning is a circular slider. It would c

4条回答
  •  不知归路
    2021-02-10 07:13

    Check the jQuery roundSlider plugin from here http://roundsliderui.com/. This is what you want exactly.

    This roundslider having the similar options like the jQuery ui slider. It support default, min-range and range slider type. 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.

    Related answers: https://stackoverflow.com/a/31367164/1845801 and https://stackoverflow.com/a/31369265/1845801

    Screenshots:

    jquery circular sliders - different circle shapes

提交回复
热议问题