[jQuery] .animate({ scrollLeft : +10}, 800) - Animation only working once. Help Please.
Hello,
I am using
$("myimage img").click(function(){
$("#mydiv").animate({
scrollLeft : +10
}, 800);
});
The animation is only working once when the image is first clicked. If
I click the image again I do not get the animation.
Does anyone know why this is.
I want to use a scrollLeft and have the animation too. I do not want
it just to pop to the next number.
Thanks