Hi,
I’m learning/trying out JQuery, I’m playing with a fiddle to get the basics wrapped around my head.
This fiddle removes a class to show an image.
My goal is to show an image - remove the same image and show a second image over time.
I thought if I just add an extra if statement that add’s the class hidden the first image goes away again. And I can focus on how to add a second image to the code.