Ivan

Results 4 comments of Ivan

in jsColor window.jsColorPicker = function(selectors, config) { .... return window.jsColorPicker.colorPickers; } but window.jsColorPicker.colorPickers - is empty array. How initialize colorPicker into some variable after constructing? var colorPicker = jsColorPicker('input#' +...

Thank you. I will try your way. But can i make small changes in jsColor.js for returning colorPicker instance when appending color picker to input element? I use the same...

mb new listener in doEventListeners{} block? wich can call from javascript?

i adapted for my need. With this js when call jsColorPicker function creates ColorPicker instance. But need jquery (lazy to translate into clear js). Every created instance has own memoryColors...