[jQuery] Re: Making periodical calls per Ajax?

2007-08-08 Thread voltron
Thanks Erik, I know about setInterval and setTimeout, I thought there was a "Jquery-ish" way to doe this, as in a value to set ind one of the Jquery Ajax methods in the API :-) It seems as if the jHeartBeat plugin is not maintained anymore. On Aug 7, 11:07 pm, "Erik Beeson" <[EMAIL PROTECTED]>

[jQuery] Re: Making periodical calls per Ajax?

2007-08-08 Thread [EMAIL PROTECTED]
Try this: http://www.jasons-toolbox.com/JHeartbeat/ On Aug 7, 9:56 pm, voltron <[EMAIL PROTECTED]> wrote: > Howdy! how does one making periodical Ajax calls using Jquery? > > Thanks

[jQuery] Re: Making periodical calls per Ajax?

2007-08-07 Thread Erik Beeson
There is a jHeartbeat plugin, but it hasn't been updated in a while, so who knows how well it works now. You might use it to get you started though. Also, you might want to look into the JavaScript functions setInterval and setTimeout. --Erik On 8/7/07, voltron <[EMAIL PROTECTED]> wrote: > > Ho