There is no option in jquery for auto requests in a set period of time. The javascript native setInterval() is a better option don't you think ?!
------------- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Mon, Jan 12, 2009 at 4:50 PM, Adeel Shahid <imadeelsha...@gmail.com> wrote: > > Is there some like quering for repeating Ajax requests. > > like i want to query a url via ajax every 2 seconds is there an option > natively in jquery for that > > currently I am using setInterval('func()', 2000) > > i just wanted to know if there is anything natively available. >