jShowOff - Simple jQuery Content Rotator
jShowOff is a jQuery plugin for creating a rotating content module written by Erik Kallevig. It works by creating ‘slides’ from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which .jshowoff() is invoked. It then rotates through the slides, with options for controls, links, and more. This type of module is often used to promote pages, sections, or features on a site.
To get jShowOff up and running, simply include the jQuery framework and jquery.jshowoff.min.js, create the required slides markup and invoke the method You can use the default skin (jshowoff.css) from the demo, or restyle the elements to your liking. jShowOff has several options for customization, such as animatePause, autoPlay, changeSpeed, controls, cssClass, effect and more.
Requirements: jQuery Framework
Demo: ttp://ekallevig.com/jshowoff/
License: MIT/GPL license