Answers for "Can JavaScript change the src attribute value of an <img> tag?"

21

javascript change image src

//change image src
document.getElementById('myImageID').src="images/my_other_image.png";
Posted by: Guest on July-31-2019

Code answers related to "Can JavaScript change the src attribute value of an <img> tag?"

Code answers related to "Javascript"

Browse Popular Code Answers by Language