1 function boom(boton) {2 boton.style.display = 'none';3 4 e = document.getElementById('marco');5 6 for (i=0; i<1792; i++) {7 n = document.createElement('div');8 n.className = 'cuadrado';9 n.onmouseover = color;10 e.appendChild(n);11 }12 }13 14 function color(evento) {15 o = evento.target;16 if (o.style.backgroundColor == 'navy') {17 o.style.backgroundColor = '';18 }else{19 o.style.backgroundColor = 'navy'; 20 }21 }
Enlace
El enlace para compartir es: