Archive for the ‘code’ Category

jquery.poll – a periodic polling plugin for jquery.

I needed to poll the server for another project we’re working on (to be announced soon). I started off using the PeriodicalUpdater from enfranchised mind, but I ran into some limitations that were problematic enough that I implemented a new version from scratch. The problem that made me re-implement was that I was polling for [...]