Smartupdater

  |   Home  |   Basic  |   Stop / Restart  |   Programmable Timeout  |   Smart Updating   |   Remote Control  |   Download  |   Blog

Smartupdater-3.0.beta is released. Please visit http://www.eslinstructor.net/smartupdater3/


Stop/Restart

Time on server:
Smartpdater State:

$("#example1").smartupdater({
   url : 'gettime.php',
   minTimeout: 2000 // 2 seconds
   }, function (data) {
     $("#example1").html(data);
   }
);

$("#example1").smartupdaterStop();

Stop and Continue

Sometimes you want to stop polling and continue it later. For example if user minimizes an active object or enlarges another object which covers the active one you don't want to to keep polling as it simply wasting both server and client resourses. Smartupdater lets you to stop polling and continue it as needed.


©2010 Vadim Kiryukhin