how to feed images to cycle plugin?
Hi all,
I'm planning to have a small slideshow at the top of my website using the Cycle plugin - but I want it to run on all pages!
So what would be a good way to feed the images to it?
In the examples (
http://jquery.malsup.com/cycle/) the images are defined with the img-tag on the page, but isn't it a little repetitive to put the same lines on every page? (And does it actually make the browser to load them every time the user moves to another page?)
Is there a smarter way, can I keep a separate list of the images, which the pages would refer?