Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hulufei/simpleslide

A very simple slide plugin for jQuery
https://github.com/hulufei/simpleslide

Last synced: 2 days ago
JSON representation

A very simple slide plugin for jQuery

Awesome Lists containing this project

README

        

A really simple slide scroll plugin for jQuery, no special slide effects, just slide from right to left.

The options:
step: How many items scrolled each time, default 1
duration: Default 800(ms)
backElem: click to previous slide, {jQuery Selector/DOM Object/jQuery Object}
nextElem: click to next slide, {jQuery Selector/DOM Object/jQuery Object}
nextCallBack: called after sliding to next
prevCallBack: called after sliding to previous

The HTML should be matched the structure as bellow:


First slide contents

Second slide contents

Setting CSS properly: all the slides display as inline-block and the
width of wrapper should greater than sum of all slides

Usage:
$('#slideWrapper').slideshow(options);