Seeking assistance with changing an image inside a div to another image with a simple mouse click. Wondering if this can be achieved through CSS or if jQuery would be the better option. Here is the code snippet:
<div id="slideshow">
<img class="one" src="img/TextSlide1.jpg" alt="Slide" id="slideShow" />
</div>
I have two additional images named TextSlide2.jpg and TextSlide 3.jpg
Appreciate any help in advance. Thank you!