$(document).ready(function() { $("#Id").load("../path/to/content.php"); var refreshId = setInterval(function() { $("#Id").load('../path/to/content.php?'Math.random()'='+ Math.random()); }, 123456); $.ajaxSetup({ cache: false }); });