Simple slide show that pulls creates labels for each slide dynamically and injecting them into a navigation element. It can loop through each slide, or go directly to one from any other.
var mySimpleSlides = new SimpleSlides(container, navigation, options);
mixed) A string of the id for an Element or an Element reference that contains the slides.mixed) A string of the id for an Element or an Element reference in which to inject the slide labels.object) See below:string: defaults to alt) The attribute from which to pull to generate the label text. Accepts html characters.string: defaults to img) A css selector referencing the slides from within the containerstring: defaults to simple_slides_) Appended to the id's and class names of elements (the labels, the current slide's label, etc.)string: defaults to click) The event added to a label to show it's corresponding slide.number: defaults to 4000) The delay between slide transitionsonShowStart(lastIndex, nextIndex)
onShowComplete(index)
onLabelEvent(index)