Img2 = document.createElement('img'); Img2.addEventListener('load', function(e) { container.removeChild(img1); container.appendChild(this); }); Img2.src = '2.jpg';