[Proto-Scripty] Re: does prototype have a plain timer?

2009-08-24 Thread Paul Kim
Cool. Glad to know its there. Thanks. On Mon, Aug 24, 2009 at 4:27 PM, JoJo wrote: > > Nevermind. I found it though Google search: > http://www.prototypejs.org/api/periodicalExecuter > > Boy, was it hard to find. > > On Aug 24, 4:24 pm, Paul Kim wrote: > > I don't think Prototype has a plain ti

[Proto-Scripty] Re: does prototype have a plain timer?

2009-08-24 Thread JoJo
Nevermind. I found it though Google search: http://www.prototypejs.org/api/periodicalExecuter Boy, was it hard to find. On Aug 24, 4:24 pm, Paul Kim wrote: > I don't think Prototype has a plain timer, but couldn't you just use > setTimeOut? > > setTimeout("javascript statement", 1000); > > - P

[Proto-Scripty] Re: does prototype have a plain timer?

2009-08-24 Thread Paul Kim
I don't think Prototype has a plain timer, but couldn't you just use setTimeOut? setTimeout("javascript statement", 1000); - Paul On Mon, Aug 24, 2009 at 4:21 PM, Mojito wrote: > > I'm sifting through the API docs and cannot seem to find a plain > timer. I just want to call a function every