jquery-simplecolorpicker icon indicating copy to clipboard operation
jquery-simplecolorpicker copied to clipboard

Very simple jQuery color picker

Results 21 jquery-simplecolorpicker issues
Sort by recently updated
recently updated
newest added

Testet on Google Chrome Version 60.0.3112.113 (Offizieller Build) (64-Bit) Because the colorpicker is insertet directly under the body tag in the DOM it is not updating its position when it...

Give the possibility to choose an alternative field (data attribute) to pick the color code. In this way we separate the value of the options (eg. id) from a data-colcode...

Is there any possibility to disable the color picker? I could not figure out how to do it. Setting disabled attribute does not work: <select name="colorpicker" disabled>

enhancement

The color elements are very narrow and can hardly be clicked correctly. See screenshot attached. ![bildschirmfoto 2016-08-10 um 21 11 35](https://cloud.githubusercontent.com/assets/3002102/17567358/456d3c1c-5f3f-11e6-8031-f12cc543ea86.png)

This is required for https://rails-assets.org/.

Great plugin firstly, it's a nice and simple. I'm wondering if there's a way to have no color selected? It looks like the plugin assumes that some colour will always...

In some jquery versions [outerheight](http://api.jquery.com/outerheight/) method returns object instead of height and position of colorpicker is computed wrong. More info is [here](https://bugs.jquery.com/ticket/12159) and [here](http://stackoverflow.com/questions/12093806/jquery-1-8-outer-height-width-not-working)

Hi I have added a small mod to use selectColor inside option block, in this way is possible to use both selectColor and other options: ``` JavaScript $('select[name="colorpicker"]') .simplecolorpicker({ theme:...

Can add option to select to choose custom color (using standard html5 input with type 'color'). Just add 'data-is-user-defined' attribute to option in select element.

This allows you to easily target any color selection option with CSS. When I used the color `White` `#ffffff` you could not see the option with no border set. Further...