Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 18:11

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to use AJAX to update your charts

Discussion on How to use AJAX to update your charts within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
PlayCreedSRO's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 173
Received Thanks: 139
Wink How to use AJAX to update your charts

Hello guys i need help

i need this system autoload data like = WEBSITE: error-soft . net/servercapacity/prvsro ( REMOVE SPACE ON .net


so i find this guide but dont understand much..


Help me to make.

Players State % Status
70 / 1000 Easy 7% Online

May be the same system Autoload?? Thanks u
PlayCreedSRO is offline  
Old 01/08/2014, 09:10   #2
 
elite*gold: 46
Join Date: Aug 2010
Posts: 333
Received Thanks: 109
just look at the sourcecode...
Code:
<script src="../jquery.js"></script>
<script>
 $(document).ready(function() {
 	 $("#stats").load("../../.././servercapacity/private/prvsro/cached.php");
   var refreshId = setInterval(function() {
      $("#stats").load("../../.././servercapacity/private/prvsro/cached.php");
   }, 8000);
   $.ajaxSetup({ cache: false });
});
</script>
for understanding: this function loads the page /servercapacity/private/prvsro/cached.php every 8000ms and replaces the content of #stats with the loaded content
btw this is the wrong section, use the web-dev forum next time ()
johhnyxD is offline  
Reply


Similar Threads Similar Threads
wo finde ich die charts`?
09/08/2012 - Off Topic - 4 Replies
Hey leute kann mir villeicht einen Link schicken wo die aktuelle deutsche/schweizer/österreichische musik charts angezeigt wird spart euch beiträge wie ,,geh googeln'' danke ihn vorraus :)
Deutschland-/Japan - Software-/Hardware [Charts | Weekly Update!]
12/21/2011 - Consoles - 8 Replies
Hallo, In diesem Thread findet ihr die Aktuellen Hardware und Software Charts aus den Ländern Japan und Deutschland (Evtl. auch andere) die Charts werden von Media Control ermittelt. Diese Charts werden durch Marktforschung ermittelt. Ich werde den Thread jede Woche (bzw. wenn neue Charts da sind.) Aktualisieren. Letztes Update: 16.12.2011 Deutschland Charts:
Charts Loader
08/22/2011 - Music - 4 Replies
Hallo mal eine eine Frage, und zwar gibt es ein Programm das Automatisch die Top 10 Charts lädt Oder für YOutube eins wo man alle nur die Videos runterladen kann. TubeBox geht bei mir nicht :(
Kino-Charts?
12/20/2009 - Movies & Series - 3 Replies
Gibts sowas ähnliches? Also eine gute Seite mit vernünftigen Kritikern die ein "Ranking"-System führen? Wäre auch gut wenn es sowas wie die "Top100" gibt, bzw man nach diesem Ranking von gut nach schlecht ordnen könnte. Hoffe das ich hier richtig gelandet bin. ~



All times are GMT +2. The time now is 18:11.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.