HTML Slider element?
        Posted  
        
            by Claudiu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Claudiu
        
        
        
        Published on 2010-05-15T01:07:38Z
        Indexed on 
            2010/05/15
            1:14 UTC
        
        
        Read the original article
        Hit count: 504
        
I'm coding an app (temporarily up here), and I want to make its parameters modifiable. I feel the best way to do this would be with your standard GUI slider elements (a la this, but not so ugly). I just noticed that the DOM doesn't provide these, however...
What's the best way to introduce sliders to a webpage? Is there a standard library that everybody uses? Should I just roll my own? Or should is there a different element I can use? Should I embed them in the canvas element somehow?
© Stack Overflow or respective owner