CMS usually has the function of adding color to the title, but it is generally relatively simple and has little color support. Here I want to share a color selector that I modified. The interface is simple and powerful. It can be deployed quickly in our daily projects.
$(" .colorpicker").colorpicker({
target:'#title',
success:function(o,color){
$("#color").val(color)
},
reset:function(o){
$("#color").val('');
}
});
Related files and demos
ColorPicker selector including demo program download:
Click to download ColorPicker demo:
Click to view