[jQuery] Re: How to display an ajax loading icon when page loading?

2008-10-03 Thread [EMAIL PROTECTED]
It really depends what you are doing. Are you calling the page from jquery or you just want a random loading icon to appear before the page has finished loading? On Oct 3, 4:53 am, ngocvu [EMAIL PROTECTED] wrote: This is the first time I research about this product,in your page i see the ajax

[jQuery] Re: How to display an ajax loading icon when page loading?

2008-10-03 Thread apaella
body div id=mask style=padding-top:200px;text- align:center;position:absolute;top:0;left:0;background-color:white;z- index: 100;width:100%;height:900px;display:block img src=/images/window_load.gif / /div ... $(document).ready(function(){ $('#mask').hide(); }); On 3 Ott, 11:53, ngocvu