Javascript color pickers are fun. They make picking colors on web forms an easy task. One of my favorite color pickers is called JSColor. I like it for its simplicity. It’s easy to install and use. It’s also elegant.
To use JSColor, just download the source and paste this code in your pages:
<script type=”text/javascript” src=”jscolor/jscolor.js”></script>
Add the “color” class to your input tag:
<input class=’color’/>
And you’re done. Simple.
This is the main reason why I rated JSColor the best Javascript color picker.
See the demos here.