I have a link on my homepage that, when clicked, is replaced with a div containing the elements that make up a slideshow. I’d only show 5 slides maximum but wanted to see what’s the best way to implement something like this.
I like the way Apple’s slideshow operates at http://www.apple.com/ipad/
I’ve got a book that walks me through some jQuery to create a basic slideshow but I was wondering if a plugin like Cycle would be best here? I don’t really want to include another script in my app’s header but I’m not ruling it out.
The Slides plugin looks similar-ish.