RobertFischer / JQuery-PeriodicalUpdater

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

Cancel PeriodicalUpdate #2

Closed braposo closed 14 years ago

braposo commented 14 years ago

Hi,

Is it possible to cancel a specific PeriodicalUpdate cycle? And what about all the active cycles?

Thanks!

RobertFischer commented 14 years ago

Not currently. If you're interested in hiring me to implement that, let me know. Otherwise, feel free to implement it yourself and submit a pull request.

RobertFischer commented 14 years ago

Just implemented this. The PeriodicalUpdater function now returns a handle that you can call .stop() on in order to stop its processing.