0

我正在开发 jquery 图片库插件。我检查了图像的加载,如下所示:

$("#loading").show();
        $('.preview').load(function () {
            $("#loading").hide();
        });

但我没有成功。我想在加载图像时显示加载 gif。我该怎么做?例如: http ://blueimp.github.com/Bootstrap-Image-Gallery/

4

1 回答 1

0

你可以通过css简单地给出它。尝试将加载图像作为父 div 的背景

于 2012-07-12T07:48:51.680 回答