[jQuery] Re: Farbtastic - need some help bad.

2008-07-21 Thread DooLally
i got it working now by doing this. var f = $.farbtastic('#picker'); $('#color1') .focus(function() { f.linkTo(function () { $('#my-element').css('background-color', f.color); $('#color1').val(f.color);

[jQuery] Farbtastic - need some help bad.

2008-07-20 Thread DooLally
Hi All, i'm going crazy trying to get a pretty basic feature implemented with Farbtastic. I'm fairly new to jQuery so i hope this is just me being thick. what I want to do is have 3 input boxes (just like in demo2.html), which also controls the color of an additional element, i.e. click input o