colpick-jQuery-Color-Picker
colpick-jQuery-Color-Picker copied to clipboard
Lightweight jQuery Color Picker plugin with RGB, HSB and HEX fields, several skins and layouts.
The license file was changed from GPL to MIT. However, the JS file still states in a comment at the top of the file, that GPL applies. That should be...
Is your project still being maintained , `example url` Prompt : 404
When trying to use in modal dialogs, it doesn't work. Setting z-index to 9999 on .colpic does seem to show something, but it's unusable. Also, while scrolling the modal dialog,...
Sorry, please delete. Wrong Repo.
I'm using Color Picker as JQuery-Plugin. Everything works fine, but the `color_hex_field` isn't working properly. I have already set z-index property. Any ideas?
If a user is holding down the mouse button whilst moving the mouse around the color picker, the onchange event fires... unless the user is holding the mouse button down...
When a numeric hex value is given to this method (example: #222222) it skips the hex processing block and goes to return this, which achieves the wrong result. This adds...
Instead of passing callbacks via the options object, you should be using jQuery's event model. That's exactly what it's for. So your users can much more easily attach events using...
Adding colpick plugin to the bottom of the page opens up the color picker popup outside the window. I can't find a way to pick a color from the popup....