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); });
I'm not sure, this is super custom, I'd ask this on Stack Overflow as it's a generic programming question.
The color can be changed as can be seen here: https://pqina.nl/flip/preset-event-countdown.html
Hi,
How can I change the color and background color dynamically?
I try using jquery but it's not working.