[jQuery] Re: Show images with delay...

2009-10-16 Thread 立伟 马
On 10月16日, 上午5时29分, James wrote: > You use setInterval in Javascript to execute a callback function every > so milliseconds: > > window.setInterval(doSomething, 1000); // 1000ms = 1sec > > function doSomething() { >   // code to change images > > } > > On Oct 15, 11:25 am, -e-train wrote: > >

[jQuery] Re: Show images with delay...

2009-10-15 Thread James
You use setInterval in Javascript to execute a callback function every so milliseconds: window.setInterval(doSomething, 1000); // 1000ms = 1sec function doSomething() { // code to change images } On Oct 15, 11:25 am, -e-train wrote: > All - > > How would i get the following effect. > > load