Question
Ajax.PeriodicalUpdater — only update if the content has changed?
Asked by richardhenry (10466
)
| asked March 20th, 2008
| 15 responses
| “Great Question” (0
)
| Flag as…
I’m using the following code in conjunction with the Prototype library:
new Ajax.PeriodicalUpdater(‘activity’, ‘activity.output.php’, { method: ‘get’, frequency: 1, decay: 2, insertion: Insertion.Top });
and was wondering if there’s any way to prevent the PeriodicalUpdater from processing the update if the output hasn’t changed? It already decays nicely, but how can I prevent it from updating if there’s no change?
Observing members:
0
Composing members:
0
Answers
Answer this question
Have a question about something?
Ask Fluther!

