Closed iandelrosario closed 2 years ago
Hi,
How can I change the color and background color dynamically?
I try using jquery but it's not working.
$('#colorpicker').change(function() { var val = $(this).val(); $('.tick-flip-panel').css('background-color', val); });
duplicate of #42
Hi,
How can I change the color and background color dynamically?
I try using jquery but it's not working.