$(document).ready(function(){ $('#now_play').load('index2.php'); setInterval(function() { $('#now_play').load('index2.php'); }, 60000); });