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
I just had this problem too but luckily it's easy to fix. You need to (re)init jscolor after you have dynamically created your inputs:
jscolor.init()