0

相同的 gif 在其他页面上显示得很好,但在 jQuery SimpleModal 控件上却没有。该问题在 IE、FireFox、Chrome 中重复出现。

$("#id_MainImg").attr("src", "img/loading_.gif");

// first, show modal, and processing clock.
$("#id_show_individual").modal('', {
    closeHTML:"",
    containerCss:{
        backgroundColor:"#fff",
        borderColor:"#fff",
        height:160,
        padding:0,
        width:350
    },
    overlayClose:true
});

这就是我首先显示处理时间流逝的方式。直到我从服务器获得结果。

在此处输入图像描述

然后我将其更改为正确的图像。

可能是什么问题呢 ?

4

0 回答 0