tinycolorpicker icon indicating copy to clipboard operation
tinycolorpicker copied to clipboard

A lightweight cross browser color picker.

Results 8 tinycolorpicker issues
Sort by recently updated
recently updated
newest added

Fails when pointing to another url: #colorPicker .track { /* background: #EFEFEF url(images/text-color.png) no-repeat 50% 50%; */ background: #EFEFEF url("http://some.com/uploads/text-color.png") no-repeat 50% 50%; Tried the above url on http://jsfiddle.net/ebLQQ/235/ and...

Hi, the load function has since been changed and for this script to work under jQuery 3.x you will need to change from: $(colorPicker).load(function() { to... $(colorPicker).load(function() {$(colorPicker).on('load', function() {...

Fixes issue https://github.com/wieringen/tinycolorpicker/issues/6 Also added mouse support when a touch screen is detected, since a lot of new laptops feature both a mouse and touch screen.

Hi, When trying to view the example files given in this repository I am getting this error. I changed the JQuery cdn, and this error was gone, but there was...

This will fix a jquery 3.0 url.indexOf error.

When using TinyColorPicker in Chrome on a machine with at least one touch screen the color picker does not respond to mouse down events. For example, on a laptop with...

Is there is ability to dispose instance of Color Picker? Basically what I want to have is ability to do opposite action to ``` $(element).tinycolorpicker(); ``` Maybe to have something...

If I have a row of tinycolorpickers, the image popups appear _under_ the other tinycolorpickers.