$(function(){ var t = setTimeout(function(){ $(".load-text").addClass("unshow"); console.log("success"); }, 15000); });