Making repeated timed ajax requests

Making repeated timed ajax requests

I was wondering if the jquery out of the box allows for repeated ajax requests at a certain time interval to update elements on the page.

I found a plug in that can do this:

http://github.com/RobertFischer/JQuery-PeriodicalUpdater/

Just wanted to make sire i can ot inherently do it with jquery.

Thanks!