A simple and easily extendable slider in JQuery.
All you need is a #slider-thing div with .slide divs - include the JQuery and the slider will initialise itself
slideConf in the JQuery allows you to set up some simple configuration:
- arrows: true, false -- Displays the navigation arrows or not
- toggles: buttons, headers -- Generates the toggles as either empty buttons or headers (headers source their content from h2 tags within the slides)
- autoslide: 0, x -- Sets a delay of x seconds and automatically switches the slide after that amount of time. To disable autoslide, just set it to 0.
Have a play with the config and scss to try different types of slider