目前,我有一些類似的插入後,圖像加載,加載在它具有圖像目標網頁div。搞清楚的時候都用jQuery.load(「url.html」)
$('a.galleryNext').click(function(){
// chnage the image to loading
$("#info").html("LOADING");
$("#currentGal").load("gallery.php div#gallery"+currentgallery, function(){
//this fires much too early, the images are still loading...
$("#info").html("DONE");
});
});
我無法弄清楚是怎麼#info變成在div完成加載(這恰好負載返回HTML之後)的影像後,別的東西。有沒有辦法做到這一點?
現在這個答案是沒用的,因爲鏈接被破壞了。 你應該添加一個簡短的描述來描述解決方案 – tousif 2015-04-13 10:26:20