tinyColorPicker
tinyColorPicker copied to clipboard
Tiny jQuery color picker for mobile and desktop with alpha channel
Steps to reproduce: 1. Make an HTML document with multiple ``. 2. Add this in javascript: `$('input[type="color"]').click(function(e){e.preventDefault();});$('input[type="color"]').colorPicker();` 3. Click on one of the inputs. 4. Enter a color. 5. Click...
I know there was an issue that was raised regarding this, but the applied fix doesn't work for me. (discussed [here ](https://github.com/PitPik/tinyColorPicker/issues/9)) I want the user to be able to...
Any plan for supporting rrggbbaa? :) > Hexadecimal notation: #RRGGBB[AA] > R (red), G (green), B (blue), and A (alpha) are hexadecimal characters (0-9, A-F). A is optional. For example,...
Line https://github.com/PitPik/tinyColorPicker/blob/master/jqColorPicker.js#L306 call function toggle() without a DOM element, but in `toggle()` you catch always `$this.offset()` of `$this = $(this)` which not exists. Line https://github.com/PitPik/tinyColorPicker/blob/master/jqColorPicker.js#L83 You get this, when you...
Color picker does not popup in latest jQuery (3.1.0). I have tested to change back to jQuery 2.2.4 and then it works fine again.
I'm building an app with an eye dropper tool that needs to change the colour stored inside the colour picker, from outside the picker. Here's how I'm setting the colour...
Is there a way add additional classname(s) to the colorpicker? Right now the popup has only `class="cp-color-picker"` I'd like to add `class="cp-color-picker popup"` Thanks.
Hello, Please Update npm page to 1.1.1
I would like to close the color picker from an outside event somehow.
Hi! I use the tinyColorPicker, this is awesome plugin :) But I'm having trouble with the tiny Color Pick and bootstrap modal. The tiny div is behind the modal, did...