jquery-palette-color-picker
jquery-palette-color-picker copied to clipboard
Suggestion
Hi, a suggestion: add a setting to use the color's name (current/default, when supplied) or the color's value (option). Changes I've applied to make the option work:
Line 89: if (key === current_value) { --> if (col=== current_value) {
And line 227: $('[name="' + $button.attr('data-target') + '"]').val(name); --> $('[name="' + $button.attr('data-target') + '"]').val(col);