Сообщение от Deff
|
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script>var d = 0;</script>
<div id=out></div>
<div style="position:absolute;z-index:-100;wisth:2px;height:2px;overflow:hidden" onload="++d">
<img src="http://javascript.ru/forum/image.php?u=18034&dateline=1325652067" onload="++d">
<img class="img" src="http://javascript.ru/forum/image.php?u=19820&dateline=1334914235" onload="++d">
<img class="img"src="http://javascript.ru/forum/image.php?u=19820&dateline=1334914235" onload="++d">
<img class="img"src="http://javascript.ru/forum/image.php?u=19820&dateline=1334914235" onload="++d">
</div>
<script>
alert(d)
var len = $(".img").size();
var int = setInterval(function () {
if (d == len) {
$(".img").appendTo("#out");
clearInterval(int);
}
}, 100);
</script>
|
У меня почему то этот пример не работает.
(или я что то не правильно понял..)
http://webmaster.ayrveda.ru/333/js_template.html
Поставил интервал 7000 но грузиться все равно всё сразу + не одномоментно.