The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
79 views

window.getComputedStyle issue with iframe

Sorry if the title was unclear. Could not think of a better one. Although the issue might not be that big itself but the explanation is. So please bear with me. Case: As can be seen in the image ...
0
votes
1answer
135 views

jPicker live update of font color

First off I love the jPicker javascript. It functions very well for backgrounds. I have it working wonderfully with one small problem (that I think is my fault or is a feature not included in the ...
0
votes
1answer
98 views

how to use multiple callbacks in jpicker

I would like to use jpicker to modify multiple elements, this is the code for a single element (#body02), is it possible to create an array for each element? $(document).ready( function() { var ...
0
votes
2answers
199 views

How to get and show Jpicker Alpha value

I am using Jpicker for quite some time, before today my requirement was to get only 6 digit or rgb values, and store them. However, now i would like to use the Alpha/transparency value too. So now my ...
2
votes
1answer
144 views

jPicker jQuery Color Picker Plugin

I am using jPicker to dynamically create pickers as and when needed. Is there a way to open it on creation? Something like $.jPicker.List[index].show(); Thanks for your help
0
votes
1answer
147 views

jpicker rgb instead hexa(html)

I use the plugin Jpicker to display color selection, the value enter into the input was the code in hexa(HTML) and i want it in RGB or RGBA. my code here : <script type="text/javascript"> ...
0
votes
1answer
271 views

How can I close jPicker

I have some script in Ajax form, and I want to close jPicker when I click on form inputs(Ok or Cancel). I read the documentation and didn`t find anything. Any help? This is my script. <script ...
0
votes
1answer
381 views

Unable To Display Multiple jPicker Color Pickers On the Same Page

I am having difficulty getting multiple jPicker instances of the same type to display on the same web page. Here's some sample code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
486 views

Color change event handling in jpicker

I have several jpickers. For ex: I want to change body background color meanwhile changing color in jpicker. How to handle color change event in jpicker? js: $('#colorSelector').jPicker( ...
0
votes
1answer
244 views

jpicker the 4th and 5th column of colors in from the default colors do not put values in my input box

I'm using the jpicker jquery plugin for users to choose a color and the issue i'm having is that if you choose any color from the 4th or 5th column of default colors, the value does not show up in my ...