$(".annotation span").mouseenter(function () { var th = $(this); timer = window.setTimeout(function () { th.next("em").stop(true, true).animate({opacity: "show", top: "-70"}, 100); }, 1000)