i\'m using color picker from http://jscolor.com/
i\'m trying to attach it to some dynamic inputs, but to no avail. dynamic inputs in terms of, on page load the input
For some reason jscolor.init() did not work for me, and looking at the code I called
jscolor.installByClassName("jscolor");
function.
So...
$(document).ready(function() { jscolor.installByClassName("jscolor"); });
Hope it helps