Smooth Color Picker Plugin with jQuery and Bootstrap - jqolor
File Size: | 185KB |
---|---|
Views Total: | 2876 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

jQolor is a lightweight and smooth javascript Color Picker with event handling support, built with jQuery and Twitter Bootstrap.
You might also like:
- Beautiful jQuery Color Picker For Bootstrap - Pick-a-Color
- Customizable and Touch-Friendly jQuery Color Picker Plugin - spectrum
- jQuery Color Picker Plugin - wColorPicker
- Simple Color Picker Plugin - colorselector
- Colorpicker Plugin For Bootstrap
Basic Usage:
1. Include necessary CSS files on your page
<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="css/jqolor.css" />
2. Include necessary javascript files on your page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" ></script> <script type="text/javascript" src="javascript/jqolor.js"></script>
3. Markup
<input id="my-color-picker" name="my-color-picker" />
4. Call the plugin
<script type="text/javascript"> $('#my-color-picker').jQolor(); </script>
This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.