const myInterval = setInterval(myTimer, 90000); function myTimer() { $.ajax({ type : "POST", url : 'ajax.php?s=ue_kal1&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#kal_1").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_kal2&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#kal_2").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_tank&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#ue_tank").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=tankstellen&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#tankstellen").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=telefon&tpl', cache : false, data : {}, dataType : "html", success : function(data){ $("#telefon").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_info_sms&tpl', cache : false, data : {}, dataType : "html", success : function(data){ $("#smsinfo").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_info_sms2&tpl', cache : false, data : {}, dataType : "html", success : function(data){ $("#smsinfo2").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_icon&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#ue_icon").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_icon2&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#ue_icon2").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_info_werb&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#info_werb").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=tuerlog&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#tlog").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_sau&tpl', cache : false, dataType : "html", success : function(data){ $("#sau").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_wetter&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#wetter").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_heute&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#plan_heute").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_morgen&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#plan_morgen").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_info_heute&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#info_heute").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_info_morgen&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#info_morgen").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=ue_infop&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#infop").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=sasolive&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#sasolive").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=conline&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#conline").html(data); }, }) $.ajax({ type : "POST", url : 'ajax.php?s=login_edv&tpl', cache : false, data : { }, dataType : "html", success : function(data){ $("#maonline").html(data); }, }) }