Jquery : Do a function only once in ajax load

Posted by thundercat on Stack Overflow See other posts from Stack Overflow or by thundercat
Published on 2010-05-10T22:12:33Z Indexed on 2010/05/10 22:24 UTC
Read the original article Hit count: 216

Filed under:

Hi!

Im trying to do a simple fadeIn ONCE for the first div , but the problem is that this is a ajax load inside a everyTime(xxx sec), so it does the same thing everytime it loads again.

anyone got any ideas on how i can prevent the first div to fadeIn over and over again, but still do this function on the new div?

Not very familiar with Jquery.. so feed me with a spoon :)

© Stack Overflow or respective owner

Related posts about jQuery