1
vote
1answer
50 views

using spectrum color picker with new elements

im using spectrum colorpicker http://bgrins.github.io/spectrum/, the problem is that i append new elements from an html file field_constructor.html <div id="constructor"> <div ...
1
vote
2answers
105 views

Create Custom Color Set TinyMCE

I have been able to create my own Font color picker for TinyMCE, but but the color palette is linked to the original color picker. What I am trying to do is make my custom color picker totally ...
1
vote
1answer
210 views

Custom Color Picker TinyMCE

I am using TinyMCE to for an WYSIWYG editor on my site, and I want to add a custom color picker to the editor in addition to the existing colorpicker using forecolor. I found this ...
1
vote
4answers
309 views

Javascript color picker with 8 digit hex

I'm looking for a javascript color picker, with which I can set color and opacity. The returned string has to be an 8 digit long hex value (excluding the #). Already had a look at Farbtastic ...
0
votes
1answer
36 views

javascript several files merging

I have recently started to learn javascript and I must ask this question because I cannot solve it myself or find the answer in my book or web. Here it goes: I have one index.html file and one ...
0
votes
2answers
174 views

jQuery colorpicker not working on added elements

I have these widgets with a sliding box inside. There are two widgets when the page is loaded, but you can add a widget and delete it again. Inside the sliding box is a color picker, and on the ...
1
vote
1answer
184 views

Color picker update input values

Ok I have spent all day on this and I am missing something and just cant figure it out. I am using this simple color picker http://www.dynamicdrive.com/dynamicindex11/colorjack/index.htm What I am ...
1
vote
1answer
149 views

Changing hue and lightness in Lab, Hcl or any perceptually uniform color system

Changing hue, saturation and lightness in HSL color space if very easy. See this javascript implementation for example. It is also easy to generate color schemes like: analogous, monochromatic, ...
0
votes
1answer
166 views

Javascript function with dynamic/array ID

I have a question about a dynamic call of an JavaScript function. Here's my problem: Let's say I have an element(div) which includes a colorpicker. I want to use/clone this element dynamically (how ...
1
vote
2answers
275 views

Remember Background Color/Colour With Cookie

i have been looking all over the internet and cant seem to find an article that is relevant to my needs. I have never worked with cookies before but i thought this might be a simple task... Turns out ...
0
votes
1answer
142 views

Installing Farbtastic on Wordpress

Trying to install Farbtastic color-picker plugin in my Wordpress site, but have no success with it. It seems that I'm doing everything as tutorial is saying, but color wheel does not appear, only ...
0
votes
0answers
135 views

JQuery ColorPicker Eyecon Multiple Instances shown when attaching to same element twice

I am using http://www.eyecon.ro/colorpicker/ for color picker in a panel. The panel is generated using javascript multiple times... (the html remains same but the internal javsacript changes). I have ...
2
votes
0answers
197 views

color picker box not works [closed]

I have a problem with jquery color picker. When I click on box to display the panel, it show me an error message on firebug: TypeError: dhe.get(...) is undefined in javascript file with name idrag.js. ...
0
votes
2answers
455 views

jQuery miniColors colorpicker not positioned right

I am using jQuery miniColors colorpicker but in the sample code the picker appears right next to the field and button, in my case it appears at the very bottom of my document, it is as if it can't ...
0
votes
1answer
259 views

JavaScript color picker

I found flexi color picker script that can give you color picked based on pure JavaScript, however it does not allow dragging to do selection, only clicking on palette. I did little fix from: if ...
0
votes
1answer
90 views

Trying to set a scoped variable that will change with a jquery change function

I am not sure if I am doing this right. I am trying to set the background of a div by choosing a color with a color picker. I have this jsfiddle to show what i am trying to do. However the TargetColor ...
1
vote
1answer
728 views

Is there any inbuilt color picker for windows 8 ( javascript)

I am developing a windows 8 app(Metro) using html5, JavaScript, CSS, etc . I wanted to add a color picker for my app, so that user can change color of background and text. Is windows 8 provide any ...
0
votes
1answer
654 views

Obtain alpha from Bootstrap Colorpicker

I'm using Bootstrap Colorpicker in my Rails project and wanted to get the alpha in my JavaScript function. Does anyone know how to do this? I can easily get the color from the picker as illustrated in ...
0
votes
1answer
300 views

Associate an input html element to a color picker dynamically

I'm using Izzy Color Picker. In order to associate a input with izzy color picker I just have to set the class attribute of the input element to izzyColor and the input's id have to be unique. With ...
0
votes
1answer
127 views

YUI2 ColorPicker default value issue

I'm using the YUI2 colour picker on a project to provide a theme/colour scheme changing functionality. I'm setting the default rgb value of each colour picker to the current rgb value of an element of ...
0
votes
2answers
364 views

Magento backend: How to add jscolor?

I am trying to add a colorpicker in the backend of Magento. So far i have probabaly the class. (see below). But i have no idea how the Data.php file should look like. an anyone help or give me an ...
0
votes
2answers
700 views

HTML/CSS/JS/jQuery: Color “table”/“grid”

I am trying to build a color table just like MS Office font color grid. What is the best way to do it? Table, div or ul? I have currently used a div but I am struggling to place it with in a ul which ...
0
votes
3answers
241 views

How Can I grab an field with getElementById after a user types it?

I have a colorpicker field that loads with a default color and then the visitor can change the input value with either a color wheel or just by changing the text. I have javascript that takes the ...
1
vote
1answer
656 views

Multiple Color Pickers on one page with links to input boxes

I am using jQuery ColorPicker Plugin and I would like to use this multiple times on one page and each color picker box must be connected to an input field. I have the following HTML code <div ...
0
votes
1answer
184 views

How can I implement a Javascript color picker

I'm contemplating the development of a component for picking color off of a web page. This is NOT a color selection component which allows you to choose a specific color off of a color wheel or ...
0
votes
1answer
121 views

Bookmarklet requiring jQuery doesn't work

I'm trying to create a bookmarklet based on the jQuery Color Picker Plugin. If I include the JavaScript file in the header of the page (example), everything works fine, but if I append the script to ...
1
vote
1answer
273 views

jquery Colorpicker? [closed]

I am new to jquery. I did come across http://komunitasweb.com/2009/09/3-amazing-jquery-color-picker-plugins/ but these plugins are to much for me. I want a color picker with only 3 tiny sliders which ...
0
votes
1answer
253 views

How to show / hide a colorpicker attached to jQuery slider handle

I want to achieve this : show the picker on clicking jQuery slider handle the picker is to be shown adjacent to the current position of slider hide the picker on clicking anything other than slider ...
0
votes
1answer
212 views

How to make colorpicker in IE?

Is it possible to use the windows color picker in IE? I haven't found anything. I hope, I can do some magic with activex. Thanks in advance
0
votes
1answer
94 views

How can I fix the position of Farbtastic ignoring scroll

I have Farbtastic in a form with many color inputs. I want the color wheel to stay fixed in the window, son I can scroll through the form maintaining the wheel in the same place. I tried css ...
2
votes
5answers
99 views

How to find out which text field has been used in jquery function

I have the following form : <input name="linkColor" type="text" id="colorpickerField0" > <input name="linkColor" type="text" id="colorpickerField1" > <input name="linkColor" ...
1
vote
1answer
1k views

ASP.NET AJAX ColorPickerExtender client side works fine, codebehind color empty

I have unusual problem with AJAX toolkit ColorPickerExtender. Javascript code works fine it changes backgound color of extended textbox to picked color and text to picked color code also, but when I ...
2
votes
1answer
350 views

How do non-HTML5 JavaScript RGB color pickers work?

I already asked how HSV color pickers work, now I would like to know how RGB color pickers with JavaScript work. Those that don't use the HTML5 Canvas API. Could somebody explain me the concept behind ...
0
votes
3answers
643 views

javascript color picker

If you are using Gmail, you know that you can change the color of the labels. There are not too many color options, and I'd like to have something like that in my web app too. Even a <select> ...
0
votes
2answers
97 views

What is the most jquery-compatible and easy-to-use color picker for jquery?

I'm looking for something like that resembles a color picker that windows or adobe products often use. Which one is popular, well-supported, easy-to-use and hopefully works well with jquery?
0
votes
1answer
854 views

Change color of line segment in HTML5 Canvas with jQuery Colorpicker plugin

I have a HTML5 canvas with a several line segments on it. I want to add a jQuery color picker so I can let users change the stroke color of those segments. How do I get the value from the colorpicker ...
0
votes
0answers
615 views

color picker code

I have this code to change the color of elements like the Background-color,text color,active link color,visited link color etc. inside a div. I have to enter the color for each in the text-boxes and ...
0
votes
3answers
1k views

Get hex value of clicked on color with jQuery

I want to know how to make a color picker with jQuery that will allow you to click somewhere on the page and return the hex color value of the color that you clicked on. I know that it is possible ...
1
vote
1answer
165 views

How do I “mask” an area of the canvas for a different action?

I currently have a simple color picker that loads in a color gradient image that I have created (PNG), and when the user hovers or clicks it gets the color value under the cursor. In the image I have ...
0
votes
1answer
344 views

Use Farbtastic with classes instead of id's

I've got: <input type="text" id="color1" value="<?php echo get_option('color1'); ?>" name="color_picker_color1" /><div class="farbtastic_color_picker"></div> <input ...
0
votes
3answers
2k views

Creating colorpicker on HTML5 canvas

How to draw a colorpicker on HTML5 canvas?
2
votes
1answer
1k views

How to get value of Dojo/Dijit ColorPalette to a string

I'm always getting a null color object back. I haven't touched Dojo in about a year, so everything is very rusty. The colorPallette displays, but when I click on it, the variable objColor below is ...
0
votes
3answers
389 views

How to create a color scheme generator for a webpage

I am trying to make a (somewhat simple) color scheme generator for a webpage. I need it to look exactly like this image (or as close as I can get it): Is there any websites out or other areas I can ...
3
votes
1answer
3k views

a good javascript/jquery color scheme generator (like kuler)

I'm looking for a color picker and color scheme generator based on javascript-html (preferably as a jQuery plugin). The picker should be able to suggest seconday and tertiary colors based on a ...
2
votes
2answers
2k views

jQuery color picker recommendation

I need jquery color picker plugin that is very light, and that lets the user drag the mouse over a colorwheel and has the ability to select transparent color (or "blank/none"). Any suggestions?
2
votes
1answer
648 views

Create a Adobe gradient picker with jquery and javascript

I want to create an component like Adobe gradient picker in Javascript and jQuery. I want to use the jQuery gradients plugin. there is a div with 2 markers left and right. when I clicked in bound of ...
2
votes
4answers
4k views

jQuery Color **Swatch** Picker

Has anyone coded up a jQuery query color picker that lets you pick colors from a predetermined list of colors? Something like a product color picker on an Ecommerce site. Most of the searching I've ...
0
votes
1answer
431 views

Evaluation of jQuery function variable value during definition of that function

I have a large number of rows in a table within which I wish to attach a unique colorpicker (jQuery plugin) to each cell in a particular column identified by unique ids. Given this, I want to automate ...
3
votes
2answers
1k views

In browser can I get the image color where my mouse is pointing at?

There is a web application for me to build, and rather than image map, I would like to try something more elegant. The story is, there gonna be a global map where different continents are denoted by ...
0
votes
3answers
594 views

Dynamically selecting colors using php or javascript

can anyone pls give sugessions on how to write the script for selecting a color in a live page so that the selected color apply to whole page.can any one pls provide me a sample scripts for dis.

1 2