Creo en nosotros. Wikipedia.
ShareCode
Permalink: http://www.treeweb.es/u/974/ 01/02/2011

ShareCode

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 = event.target;16  if (o.style.backgroundColor == 'navy') {17  o.style.backgroundColor = '';18  }else{19  o.style.backgroundColor = 'navy'; 20  }21 }


Este ShareCode tiene versiones:
  1. ¡BOOOOM! ... (24/04/2013)
  2. ¡BOOOOM! ... (24/04/2013)
  3. ¡BOOOOM! ... (24/04/2013)
  4. ¡BOOOOM! ... (24/04/2013)
Enlace
El enlace para compartir es: