tags:

views:

186

answers:

0

I've found two jQuery colorpickers that I'm considering using in my app.

I have a simple input field that I'm asking users to supply a hex color to. I'd like to use jPicker's "Binded" example, however, the overall file size of the jPicker is a bit more than I'd like to add to my app.

So that sent me searching and I found a very nifty little compact file size picker called "Farbtastic", which does exactly what I want with one major exception: It appears to be an inline only solution (meaning, I can't call it in the same manner as jPicker's binded example with a picker icon).

Can someone tell me how I might convert Farbtastic to mimic jPicker's binded example? More specifically, I'm looking to place a colorpicker widget (the small color frame icon as in the jPicker example) next to my input field so that it displays the currently selected color, and when clicked, it opens up the color palette widget.