[Solved] Get colorpicker values in html?


let src="https://stackoverflow.com/questions/54036586/URL" + $('#color').val().replace('#','');
$('#1').attr('src', src);

Id 1 should not be valid within js/jquery.

3

solved Get colorpicker values in html?