dongzhi9032 2018-10-25 18:35
浏览 115
已采纳

AJAX刷新整个PHP页面

How to update all php data on my page? I have communication system and I need to refresh all php data to update chat messages, users statuses and more for example every 750 miliseconds. I think AJAX do it but I don't know how.

  • 写回答

1条回答 默认 最新

  • dongyang4615 2018-10-25 18:49
    关注

    you can try this , it refreshes for every 750 secs generating random numbers for every 750 milli seconds

    <html>
    <head>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
    
    <script>
    $(document).ready(
     function() {
     setInterval(function() {
     var someval = Math.floor(Math.random() * 100);
      $('#sample').text('Test' + someval);
     }, 700);  //Delay here = 750 milliseconds 
    });
    </script>
    </head>
    <body>
    
    <div id="sample">Testing refresh every 750 milliseconds</div>
    </body>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 下图接收小电路,谁知道原理
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探