var intervalID = setInterval(nextNewsAuto, time); $(this).click(function() { clearInterval(intervalID); });