One idea:
There is a pause plugin.
http://blog.mythin.net/projects/jquery.php

for (var x = 1; x <= 66; x++)
   {
     $("#newsticker").empty().load("file.php").pause(30000);
   }

Hmm, my demo isn't working with 1.2.  It's complaining about the dequeue not
working in the pause.
This methodology might be flawed anyway.

Glen


On 9/11/07, ned <[EMAIL PROTECTED]> wrote:
>
>
> Hi to everybody,
> I want to explain you "my little problem".
> I have something like this:
>
> $("#newsticker").load("file.php");
>
> This code is very simple and works well, but now I want to repeat the
> file's load every 30 seconds until a timeout of 2000 seconds. How can
> I realize this?
> Thank you, bye
>
> Gabriele
>
>

Reply via email to