且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在mvc3应用程序中添加加载图像

更新时间:2023-12-05 16:11:04

你可以JQuery延迟加载..


您好你应该使用

Jquery。窗口加载



(窗口).load(function(){

//在这里显示图片在一个隐藏的div中。让div显示在这里。

});


Hi,

I do not know that how to implement ajax loading image with mvc3 application i am begginer in mvc and i want to implement this .

Plz help me

You can you JQuery lazy loading..


Hi You should use
Jquery. window loading propery


( window ).load(function() {
// Show image here that is taken in a hidden div. make the div show here.
});