1 function addnew() {2 var flow = document.getElementById('flow');3 var i = 0;4 for (i=0; i<10; i++) {5 var div = document.createElement('div');6 flow.insertBefore(div,flow.firstChild);7 div.className = 'expanded';8 var div2 = document.createElement('div');9 div2.className = 'abs';10 div2.innerHTML = '<h2>Contenido del elemento '+i+'</h2>';11 div.appendChild(div2);12 }13 }
Este ShareCode tiene versiones:
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
- Animation show Add new ... (24/04/2013)
Enlace
El enlace para compartir es: