New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/jquery-hex-colorpicker/
jQuery Hex Colorpicker
Download Demo
jQuery Hex Colorpicker is a simple color picker that allows discrete (as opposed to analog) RGB hex color values to be visually selected and entered into a designated input field.
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" /> <link rel="stylesheet" href="../src/jquery-hex-colorpicker.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script> <script src="../src/jquery-hex-colorpicker.js"></script>
2. HTML
<input type="text" id="color-picker1"/>
3. JAVASCRIPT
jQuery(function() jQuery("#color-picker1").hexColorPicker(); );
4. OPTIONS
jQuery(".color-picker").hexColorPicker( "container":"dialog", "colorModel":"hsv", "pickerWidth":300, "size":7, "style":"hex", );






