/ Published in: jQuery
Expand |
Embed | Plain Text
$(window).bind('load',function() { $('#page-loading').fadeOut('fast').remove(); $('#content-container').animate({opacity:1},'fast'); });
You need to login to post a comment.
