Pause before executing function
function popup(){ jQuery('html').addClass('show_pop'); } setTimeout(popup, 3000);