javascript - HTML Slider element? -


I'm writing an app (temporarily up), and I want to make its parameters changeable. The best way I would do this would be with your standard GUI slider elements (a la but not so ugly). I saw that DOM does not provide them, though ...

What is the best way to present sliders on a webpage? Is there a standard library that uses all? Can I just do my roll? Or can I use a different element? Should I embed them in a canvas element?

.

If you are already using jQuery, it will be easy to know.


Comments