create a circular input type range

0

I'm trying to make a range type input that is circular, similar to this:

but the only thing I find are circular progress bars, and I need an input range that is circular and that you can change the value, and give it a minimum value and a maximum one to your liking The most similar ones that I found in terms of operation are these: 1 and 2
but neither of them convinces me, I would be looking for something like the one above, does anyone have any idea? the value would then have to send it in a form with the post method, help please!

    
asked by Patrick 14.12.2018 в 21:21
source

1 answer

1

You can try this plugin that is made with jQuery.

    
answered by 14.12.2018 / 21:26
source