【发布时间】:2011-05-20 09:42:31
【问题描述】:
大家好 在我的主 html 文件中,我有这个 div,其中定义了一些 img:
< div id="preload">
< img src="http://howindia.com/......jpg" width="1" height="1" />
< /div>
在我的 .js 文件中我说:
$("#preload").load(function(){
alert("something...");
//call other functions
});
但简单地将所有图像加载到
不会触发任何事件并且
【问题讨论】:
-
哦,我确实喜欢悬念的好问题! “和……”?
标签: jquery preloading