jQuery img load not working
解決圖片load事件失效問題
$(‘img’).load(function() {
alert(‘img_loaded’);
}).each(function() {
if(this.complete) $(this).load();
});
jQuery img load not working
解決圖片load事件失效問題
$(‘img’).load(function() {
alert(‘img_loaded’);
}).each(function() {
if(this.complete) $(this).load();
});