Select Box Based Color Picker Plugin With jQuery - colorSelect
File Size: | 4.05 KB |
---|---|
Views Total: | 3336 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |
colorSelect is a really simple jQuery plugin which converts a normal select box into an user-friendly color picker for easier color selection.
How to use it:
1. Add references to the jQuery colorSelect plugin's JavaScript and CSS files to the web pages.
<link rel="stylesheet" href="colorSelect.css"> <script src="//code.jquery.com/jquery.min.js"></script> <script src="colorSelect.js"></script>
2. Add the color names and hex color codes into the select options as follows:
<link rel="stylesheet" href="colorSelect.css"> <script src="//code.jquery.com/jquery.min.js"></script> <script src="colorSelect.js"></script>
This awesome jQuery plugin is developed by Lorenzschaef. For more Advanced Usages, please check the demo page or visit the official website.