RobertFischer / JQuery-PeriodicalUpdater

A port of Prototype's PeriodicalUpdater to JQuery
282 stars 50 forks source link

Best way to set the timeout to min-timeout on successful pull? #6

Closed kineticac closed 13 years ago

kineticac commented 13 years ago

My code wants to "wakeup" to the min-timeout rather than slowly returning to min-timeout by the multiplier (in this case a divider?) whenever there's a success. What's the best way to extend this to do so?

RobertFischer commented 13 years ago

I've just added a "restart" feature. Does this do what you're looking for? Otherwise, can you describe what you're looking for a bit better?

RobertFischer commented 13 years ago

Closing this due to lack of response. I'm assuming handle.restart() works.