Sha256: f5dc115fd1c4c5913203b6ed4c7f53e08a9e075fd421d47069b5eb290a3a7532
Contents?: true
Size: 857 Bytes
Versions: 58
Compression:
Stored size: 857 Bytes
Contents
<input id="cp9" type="text" class="form-control" value="pink"/> <style> .colorpicker-2x .colorpicker-saturation { width: 200px; height: 200px; } .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { width: 30px; height: 200px; } .colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div { height: 30px; } </style> <script> $(function () { $('#cp9').colorpicker({ customClass: 'colorpicker-2x', sliders: { saturation: { maxLeft: 200, maxTop: 200 }, hue: { maxTop: 200 }, alpha: { maxTop: 200 } } }); }); </script>
Version data entries
58 entries across 58 versions & 3 rubygems