Peter Dematté
Peter Dematté
Hi @jwerre, didn't know your private eMail... I'd like to release the new multiple instance version of tinyColorPicker but I would also like to ask you to test it first...
Hi @fambo, @fi5hbrains, @FlashJunior, @dennisexozet, @eeevent, @Someweb, @infomiho, @jwerre, I just released a new version that supports multiple calling / instances. From now on you can call `$('.some-element').colorPicker({/* some options...
Hi @huye , thanks for your participation, Maybe you need to get the newest version. I fixed the continuous click action earlier in line 118: ``` javascript } else if...
Hi @huye , I think I can see the problem now: You provide colorPicker to the `` and not to the ``. `$('.color').colorPicker()` is getting your label... This is also...
@huye What's wrong with the following? ``` javascript Text $('.color').colorPicker({ opacity: false }); ``` You can click on the label and still be able to open the picker... which also...
Hi @danielekbom , thanks for the finding. I'll check as soon as possible...
Hi @onet4 , I added a new option where you can decide where to add the css to not overwrite it: cssPrepend: not set or false is like before, set...
Hi @vitalibr well, this kind of problems occur quite often. Every library wants to be on top ;o) Well, there is options you can set for the color picker, so,...
Hi @vitalibr , I just released a new version of tinyColorPicker with a new callback function `positionCallback`. You can use this callback for several things like positioning your color picker...
Well, that's simple: Just don't use an input field but some ``. So in your `$('.color').colorPicker({...` ) the selector `.color` is not an input field but something different. You still...