javascript remove src from img

Solutions on MaxInterview for javascript remove src from img by the best coders in the world

showing results for - "javascript remove src from img"
Sofia
22 Apr 2017
1document.getElementById('tst').removeAttribute('src');
2