How can I set simple JQuery slideshow with CSS continuously, without any event like mouse hover, click etc.?
|
feedback
|
|
write a function that does a slidehsow. use see an example here: http://stackoverflow.com/questions/3636859/cycle-css-backgrounds/3636917#3636917 | |||
|
feedback
|
|
Most functions like that in jQuery are called, or at least initialized, in the
Or, if the function repeats itself, simply invoke the function on
Edit: As requested, the simplest slideshow I can think of is something like this:
CSS:images should be set to Then jQuery:
Might not be perfect for you but you can see where I'm going with it at least... | |||||||||||
feedback
|