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 ?