Return to Snippet

Revision: 25993
at April 15, 2010 09:59 by electblake


Initial Code
$(window).bind('load',function() {
	$('#page-loading').fadeOut('fast').remove();
	$('#content-container').animate({opacity:1},'fast');
});

Initial URL


Initial Description


Initial Title
Wait until page is loaded before showing content (use preloader screen)

Initial Tags
window

Initial Language
jQuery