Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript anyone know something that replaces an image once clicked? Re: anyone know something that replaces an image once clicked?

#80079
dcp3450
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!