Make a Web Page Appear Fully Loaded, or jQuery to MooTools Translation

ahmadsherby

New Member
I want a web page to appear in the browser only after it finished loading all its elements. My usual solution is to delay showing the page until after all the elements finished loading. I use this in CSS:\[code\]body {opacity: 0;}\[/code\]
 
Top