var intervalID = setInterval(nextNewsAuto, time); $(this).click(function() { clearInterval(intervalID); });
return this.each(function() { //тот код сдесь внутри находится });