Hey!
I'm just setting up a web page with a color picker. I choosed farbtastic.
My problem is, that the callback function doesn't work. Here is the code I used:
$('#colorPicker1').farbtastic('#background-color', function callback() { /*commands*/ });
The callback function is not called, when the user choosed a color.
Does someone have a solution?
Thank you! Benedikt