$(document).ready(function() { var refreshId = setInterval(function() { $("#yenile").load('veri.php'); }, 10000); });