var myPollingInterval = setInterval(function(){ //make ajax request here }, 2000); clearInterval(myPollingInterval); //stop the polling