我正在开发 jquery 图片库插件。我检查了图像的加载,如下所示:
$("#loading").show();
$('.preview').load(function () {
$("#loading").hide();
});
但我没有成功。我想在加载图像时显示加载 gif。我该怎么做?例如: http ://blueimp.github.com/Bootstrap-Image-Gallery/
我正在开发 jquery 图片库插件。我检查了图像的加载,如下所示:
$("#loading").show();
$('.preview').load(function () {
$("#loading").hide();
});
但我没有成功。我想在加载图像时显示加载 gif。我该怎么做?例如: http ://blueimp.github.com/Bootstrap-Image-Gallery/