suport Posted January 10, 2010 Report Share Posted January 10, 2010 Vajdzetu tadu lietu ka , piemram atseviscis panelis atjaunojas ik pec kada laicinja , Taka piemram ihack.lv negirbu spamot bet ka piemrs kur rada lietotajus , ka kads jauns ienak pasham nevajag refreshot lapu lai vinsh paradiitos , bet tas vis automatiski notiek! Quote Link to comment Share on other sites More sharing options...
Pentiums Posted January 10, 2010 Report Share Posted January 10, 2010 uz jQuery $(document).ready(function() { var refreshId = setInterval(function() { $('#dinamiskais').load('/includes/lietotaji.php?rand='+ Math.random()); }, 10000); //Ik pa 10 sekundēm }); Quote Link to comment Share on other sites More sharing options...
suport Posted January 10, 2010 Author Report Share Posted January 10, 2010 ka es vinju varu pievienot ? Quote Link to comment Share on other sites More sharing options...
Pentiums Posted January 10, 2010 Report Share Posted January 10, 2010 (edited) 1) lejuplādē http://jquery.com/ jQuery javascript bibliotēku un ievieto lapā. <script type='text/javascript' src='saite/uz/jquery.js'></script> 2) ievieto lapā arī <script type='text/javascript'> $(document).ready(function() { var refreshId = setInterval(function() { $('#dinamiskais').load('/includes/lietotaji.php?rand='+ Math.random()); }, 10000); //Ik pa 10 sekundēm }); </script> 3) izveido failu ar lietotāju sarakstu vai arī ko tev tur vajag izvadīt (/includes/lietotaji.php) 4) izveido lapā <div id="dinamiskais"> <?php include('/includes/lietotaji.php'); ?> </div> 5) priecājies Edited January 10, 2010 by Pentiums Quote Link to comment Share on other sites More sharing options...
suport Posted January 11, 2010 Author Report Share Posted January 11, 2010 include('/includes/lietotaji.php'); sai veita ir janorada direktorijs kur atrodas panelis kuram vaig refreshoties ? Quote Link to comment Share on other sites More sharing options...
Pentiums Posted January 11, 2010 Report Share Posted January 11, 2010 jā un otrajā punktā arī Quote Link to comment Share on other sites More sharing options...
suport Posted January 11, 2010 Author Report Share Posted January 11, 2010 nu sk :) Nu pagaidam nav laika bet velak pameginashu , cerams ka vis izdosies :) pld .. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.