Image gallery
pentingnya: 5
Create an image gallery where the main image changes by the click on a thumbnail.
Like this:
P.S. Use event delegation.
The solution is to assign the handler to the container and track clicks. If a click is on the <a>
link, then change src
of #largeImg
to the href
of the thumbnail.