setInterval(function(){ $.ajax({ url: "server/i_am_here", success: function(data){ }, dataType: "json"}); }, 1000);