how to change the background color of a button using the button and javascript code example
Example: javascript change color of button
document.getElementById("button").style.background='#000000';
document.getElementById("button").style.background='#000000';