I implemented Spectrum's color picker just fine
But I don't know how to get the value inside the texfield using javascript. Can someone help me?
Another way to also get it, if the input field method does not work for you, is directly from spectrum itself.
$("#font_color").spectrum('get');
or
$("#font_color").spectrum('get').toHexString();
To get it converted.