/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(window).bind('load',function() { $('#page-loading').fadeOut('fast').remove(); $('#content-container').animate({opacity:1},'fast'); });