Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When you load different pictures different times into the same DOM element with ajax() jQuery function, is it normal that each time pictures are loaded you can see for a fraction of a second the pictures that were loaded the previous time ? (that is, last time pictures were loaded)

This happens to me even when I empty the target DOM element before loading new pictures : the new pictures load, but before they do, pictures from previous Ajax load appear again for milliseconds then are replaced by the new pictures corresponding to the new Ajax event.

What could cause this problem ?

share|improve this question
impossible to tell anything without you posting your code – charlietfl Mar 11 '12 at 14:45
Have you tried fading out, sliding up or hiding the DOM element? Not just emptying it's content. – ZZ-bb Mar 11 '12 at 14:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.