JavaScript UI Slider

A script that will create a slider UI for users to interact with. It can be used in a various amount of ways as shown below.

Check out the code.

Used as an alpha selector:

Used as star rating scale (with a callback):

In this use, a callback is set, which in a real situation can be used to update the user interface accordingly.

Used as a numerical rating scale:

1 2 3 4 5 6 7 8 9 10

Work by Jeff Doppke, like this? Check out more here.