fires after the user has selected a color and pressed the "Select" button
color | string | the selected color in hex color format (e.g. "#aabbcc") |
node | HTMLElement | DOM object of the active input, in case of the input-based initialization, otherwise null |
myColorPicker.attachEvent("onSelect", function(color,node){});
Back to top