My first thought would be to use setInterval() to fire an ajax request at a regular interval, but as I don't know if the $.ajax object gets recycled or if a new XHR is created for each call. In the latter case the setInterval approach would cause the browser to eventually gobble up the system memory.
On Jul 25, 11:59 am, Makara Kao <[EMAIL PROTECTED]> wrote: > I just wonder if jquery has function for ajax periodical updater. I > mean, for example, for every 5 minutes it loads the Ajax to request > the result from the server. Are there any tutorials or solutions? Cos > I could hardly find the tutorial about this. > > Thanks in advance. > Makara