$(document).ready(function() { $("#up").load("/index?page=up"); $("#last").load("/index?page=graph&mode=last"); $("#daily").load("/index?page=graph&mode=daily"); var timer_min = setInterval(function () { $("#up").load("/index?page=up"); }, 1000); });