Bo'limlar Vaqt bilan ishlash Perezagruzkasiz o'zgarib turuvchi soat.

Perezagruzkasiz o'zgarib turuvchi soat.

<html> <!-- JavaScriptni ulaymiz --!> <head> <script type = "text/javascript" src =" http://api.mukpomup.ru /jquery.js" ></script> </head> <!-- Qayerga ushbu soatni qo'yish kerak bo'lsa, ushbukodni qo'yamiz. --!> <body> <script> setInterval(function(){ $("#time").load("index.php #time"); }, 1000);</script> <div id="time"> <?phpecho date ( "H:i:s" ); ?> </div> <!-- By Jazeera --!>
  1. <html>
  2. <!-- JavaScriptni ulaymiz --!>
  3. <head>
  4. <script type = "text/javascript" src =" http://api.mukpomup.ru /jquery.js" ></script>
  5. </head>
  6. <!-- Qayerga ushbu soatni qo'yish kerak bo'lsa, ushbukodni qo'yamiz. --!>
  7. <body>
  8. <script>
  9. setInterval(function(){
  10. $("#time").load("index.php #time");
  11. }, 1000);</script>
  12. <div id="time">
  13. <?phpecho date ( "H:i:s" ); ?>
  14. </div>
  15. <!-- By Jazeera --!>