2 lines
97 B
JavaScript

$(window).on("load",function(){$('#preloader').fadeOut('slow',function(){$(this).remove();});});