[jQuery] ajax function executed frequently

[jQuery] ajax function executed frequently


Hi,
I want to execute some Jquery ajax function frequently. Something
like:
ajax query -> (2sec delay) -> ajax query -> (2sec delay) -> etc...
It can't depands on user interactions, just work in background.
I think that solution is simple, but i can't find this kind of
function in jquery documentation.