$("footer").hide(); function hideBannerAndImage() { $("div.banner-wrapper").hide(); $("div.ticket-img-wrapper").hide(); } setTimeout(hideBannerAndImage, 300);