Código:
Y para saber el total que ha encontrado al hacer un document.getElementById() ? por que el .length aquí si que no va...newNode.appendChild(document.createElement("td")); newNode.appendChild(document.createElement("td")); newNode.firstChild.appendChild(document.createTextNode(text)); newNode.lastChild.appendChild(newInput);
Thanks