Home › Forums › JavaScript › anyone know something that replaces an image once clicked? › Re: anyone know something that replaces an image once clicked?
July 20, 2010 at 9:42 am
#80079
Participant
awesome! glad i could help!
One thing though. if you go back and forth over the images they seem to flash. add this:
.stop()
before the animate. example:
$(‘name’).stop().animate(func…
it will fix the issue. let me know when you did that so i can check it out again!