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
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
2 matches
Mail list logo