On Apr 22, 4:40 pm, James <james.gp....@gmail.com> wrote:
> setInterval should be the solution. How does your implementation with
> it look like?

As I wrote, I have tried several.  The underlying problem appears to
be how to call the jQuery method that I have created from within the
setInterval( ) function.  These do not seem to work:

setInterval("$.fn.JSClock", 500);
setInterval("$.JSClock()", 500);
setInterval("JClock()", 500);

Alternatively, I am not calling the setInterval() function properly.

When I begin to feel like I am stabbing in the dark, it is time to ask
for help.

Roddy

Reply via email to