Re: [jQuery] keep executing the script after a few seconds

2010-01-13 Thread Md. Ali Ahsan Rana
use jquery's timer plugin for more efficiency. http://plugins.jquery.com/project/timers -- http://ranacseruet.blogspot.com/ On Wed, Jan 13, 2010 at 2:50 PM, bjorsq wrote: > > > setInterval(function(){alert("hello");},9); > > > http://www.elated.com/articles/javascript-timers-with-setti

Re: [jQuery] keep executing the script after a few seconds

2010-01-13 Thread bjorsq
setInterval(function(){alert("hello");},9); http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ runrunforest wrote: > > Say i want the alert message "hello" appear every 90 seconds, how can > i do it ? > > -- View this message in context: http://old.nabb