I use the color picker http://jscolor.com/
I am trying to attach it to some dynamic inputs, but to no avail. dynamic inputs in terms, when the page loads, the input does not exist, only after the user clicks on something, the input will become available. for example, I have data rows and each row has a different background color. this row of data is loaded using ajax. at the end of each line there is an edit button. by clicking the "Edit" button, an input text box for the clicked row is displayed. I want to call jscolor picker when the user clicks on an input text box. How can i do this?
thanks
source
share