/ 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.
electblake on 04/15/10
6 people have marked this snippet as a favorite
nightshiftc
jfherring
x0nine
dubogii
wirenaught
Some0ne
$(window).bind('load',function() { $('#page-loading').fadeOut('fast').remove(); $('#content-container').animate({opacity:1},'fast'); });
You need to login to post a comment.