Home > simpleslide

simpleslide

Simpleslide is a project mainly written in JavaScript, it's free.

A very simple slide plugin for jQuery

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);

Previous:percobaan