Hi, first post here!
I'm doing an art project and having trouble. I want a div's background color to turn black if it's white, and white if it's black. Here's my code:
function toggle(obj) {
var el = document.getElementById(obj);
el.style.backgroundColor = (el.style.backgroundColor !=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.