<div style="display:none">Show me!<span>Hide me!</span></div> $('div').delay(2000).show(0); $('span').delay(3000).hide(0); Read more »