Hi everyone:
I'm trying to develop a new Image Slideshow and I ran into a problem.
Please visit the jsfiddle link below.
You will see an image and when you click on the image it "slides to the left" while a new image slides in from the right.
So far so good.
My problem is that when you click three or four clicks on the image.
It starts to act funny.
It seems like it does nothing when I run this code:
$('div#slider div:first').stop();
$('div#slider div:last').stop();
in my nextImg() function. I am expecting it to stop the current animation and run the callback functions.
Please help me!