var z = setInterval(function() { alert(...) }, 1000); $("#strelka2").click(function(){ clearInterval(z); });