This is a very simple and very easy to use slideshow plugin for jquery. You can find full installation and configuration instructions by following this link.
JavaScript
In order to make the script work, the index-#.html file with a gallery should contain these lines of HTML code include the jquery.slideshow.js script and the jQuery framework:
The
section of the index-#.html file contains these lines of code that initialize the script functionality with basic values:This script is initialized with a
element with the two clasess: .playPauseExample and .SlideShow.
interval:3 defines delay between slides in seconds
interval:3 defines delay between slides in seconds
HTML
Below you can see general HTML script representation:
CSS
You can find script related stylesheet in the main style.css file.