RobertFischer / JQuery-PeriodicalUpdater

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

Cannot handle multiple PeriodicalUpdaters #20

Closed postmodern closed 12 years ago

postmodern commented 13 years ago

I encountered a problem, where I wanted to use multiple PeriodicalUpdaters to update multiple divs. Unfortunately, all of the divs were receiving the same data, which the last PeriodicalUpdater was receiving.

k1mgy commented 12 years ago

Please post an example of how you are implementing this.

Although I think associating individual DOM elements to the updater may be inefficient, I've done this in testing and do not see the same issue.

RobertFischer commented 12 years ago

I've got sites where multiple PeriodicalUpdaters are running at the same time, and retrieve distinct data. Based on the age of this issue, I'm going to close it.