Im looking for a way to grab a url at a set interval say every 1
second and set a div tag with the results.
I would like the interval in the time it checks to keep taking more
time if the returned content is the same.
I also want to be able to set a max interval that once hit would reset
the interval to the beginning interval.

something like:

IntervalUpdate("foo_output", "url.php", {
  interval: 1,
  maxInterval: 30,
});

So does anything like this exist?

Reply via email to