Replace Image Src And A Href Onclick
I've got this little project where I want to swap an image for another, and display the new image in a lightbox. The code below works as follows; when I click one of the small imag
Solution 1:
to change the href:
document.getElementById('YOUR_ID').href = 'abraCaDabraDotCom';
Post a Comment for "Replace Image Src And A Href Onclick"