I agree - in this case, you really want to add a delay with a JS window
timeout that keeps getting rescheduled (e.g., on every tick of the
counter, window.clearTimeout() if the timeout exists, then call
window.setTimeout()).

-- Adam


On 9/21/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> Is this a good idea?
>
> If the user wants to increase the counter 5 times, you would not want
> 5 ajax calls for every time they click the up arrow.
>
> -Andrew
>
> On 9/21/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > Hi guys,
> >
> > I added a patch (and a comment) to TRINIDAD-729 (see [1]).
> > I am not sure if there is an issue with this fix/patch.
> > Do you mind to review it ?
> >
> > Thanks!
> > Matthias
> >
> > [1] https://issues.apache.org/jira/browse/TRINIDAD-729
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
> >
>

Reply via email to