Multi Step Change Image (+ URL) with jQuery
First.. sorry for my english, is not my motherlanguage.
Now, i write for show you my problem and i hope someone can help me.
I have three HTML pages:
On the first page, there are different links.
On the second page there are four images with different URLs.
On the last page there are files to download.
I want:
When the user click the link in the first page, the second page should appear.
He sees only the image 1 on the first time.
Then after he clicks the image 1 = The image 2 should appear and image 1 should disappear
Then after he clicks the image 2 = The image 3 should appear and image 2 should disappear.
Then after he clicks the image 3 = The last image 4 should appear and image 3 should disappear.
After click the image 4= the the third last page should appear.
Thank you very much for your help.