jscolor is a web color picker component that aims to be super easy both for developers to install and for the end users to use.
<script src="jscolor.js"></script>
Color: <input class="jscolor" value="ab2567">
Explore various examples of usage at http://jscolor.com/examples/
-
No framework needed: jscolor is a completely self-sufficient JavaScript library consisting of only one JS file. It doesn't need any frameworks (jQuery, Dojo, MooTools etc.) but it can certainly coexist with them.
-
Cross-browser: All modern browsers are supported, including: Firefox, Chrome, Safari, Opera, Internet Explorer 7 and above and others...
-
Highly customizable: Whether you need to change the color picker's size/colors or attach a function to the onchange event, jscolor can be fine-tuned to perfectly suit your web project.
For more info on jscolor project, see jscolor website
Please do not submit any pull requests (see CONTRIBUTING.md) Sorry for inconvenience caused.