大家好,在我的主 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
});
但简单地将所有图像加载到 <div id="preload"> 不会触发任何事件并且