$(document).ready(function() { $("#mesaj").load("response.php"); var refreshId = setInterval(function() { $("#mesaj").load('response.php?randval='+ Math.random()); }, 9000); $.ajaxSetup({ cache: false }); });