[jQuery] Re: JQuery - how to fade and loop background style

2009-11-18 Thread nitesh
u can use something like below: $(function() { setInterval("color_rotator()", 2000); }); color_rotator() --> Code Html such tht it has 4 divs (with diff color), and with Jquery try looping with it. On Nov 17, 11:39 pm, Dan wrote: > That works when I click the box

[jQuery] Re: JQuery - how to fade and loop background style

2009-11-17 Thread Dan
That works when I click the box. How would I make it work as a slideshow that requires no action and loops indefinitely? On Nov 17, 12:00 pm, "Richard D. Worth" wrote: > jQuery UI effects core adds color animation and class transitions: > > http://jqueryui.com/demos/animate/ > > http://docs.jquer