Skip to content

Instantly share code, notes, and snippets.

@batuhan
Created March 30, 2014 16:05
Show Gist options
  • Save batuhan/9875000 to your computer and use it in GitHub Desktop.
Save batuhan/9875000 to your computer and use it in GitHub Desktop.
CNNTürk seçim ekranını her 5 saniyede bir güncelleme
setInterval(function(){app.ajax(app.dataService+"/status.json?r="+app.random()).success(function(e){if(e){app.status=e;app.content.refresh();app.footer.refresh()}});$("#countdown").html("Bu kısım deaktifleştirilmiştir. <p>Her 5 saniyede bir güncellenir</p>")},5000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment