wYm,
il y a 14 ans
J'ai trouvé la solution voici le script :
$("img').each(function(){
var rand = Math.floor(Math.random()*6);
$(this).hide()
.delay(rand*1000)
.fadeIn('slow');
});