Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am looking for a nice/original way for making a nice Slider control.
For example I was thinking to a Slider control that is able to show different image when changing the values.

<input id="slider1" type="range" min="1" max="100" step="10" />

Is there some example on the web using some JavaScript code?

share|improve this question
Normally these kinds of questions are migrated to StackOverflow. But due to its low quality nature they will close it as soon as they receive it so I am just going to close it here. – John Conde Aug 9 '12 at 15:46
There are dozens of examples of sliders on the web using jQuery which is more popular than Javascript. Have you searched Google for jQuery slider? – Anagio Aug 9 '12 at 15:55

closed as off topic by John Conde Aug 9 '12 at 15:46

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.