You don't really need jQuery to do this: mycrazyinterval = setTimeout ( "whateverfunction()", 20000 ); Would run whateverfunction() every 20 seconds :)
To stop it use clearInterval ( mycrazyinterval ); --Sam On Jan 5, 8:21 pm, the intern <aaron.wal...@urs.org> wrote: > Ok, so I am looking for a jQuery function that will automatically fire > a javascript function every 20 seconds or so. I cannot really seem to > find anything. Can anyone point me in the right direction? > > Thank you > > Aaron
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.