Category Archives: JavaScript

JQuery PeriodicalUpdater (AJAX long polling/server polling)

I’m working on an app that is using the JQuery JavaScript framework. Time came for a bit of AJAX long-polling (which I can no longer say without snickering thanks to WebDevGeekly), and so I went looking for a way to do that in jQuery: specifically, I wanted something like Prototype’s Ajax.PeriodicalUpdater, which has a nice [...]

Also posted in Classic, Open Source | 104 Comments
  • Categories