sdSwitch - simple slideshow jquery based
Options
| Option | default value | |
| time | time to change slides( in millisec) | 1000 |
| animateTime | time to show slide ( in millisec ) | 1000 |
| startElement | first element of slideshow | 0 |
| showWindow | show info window | false |
| showTitle | show title attribute of element in info window | false |
Javascript
$(function() { $('#selector').sdswitch({ time: 5000, animateTime: 1000 }); });
HTML
<div id="selector"> <img src="http://img2.sportal.bg/new/uploads/galery/2009_06/champion_slavia/images/_MG_2697.jpg" alt="image 1" /> <img src="http://img2.sportal.bg/new/uploads/galery/2009_06/champion_slavia/images/_MG_2737.jpg" alt="image 2" /> <img src="http://img2.sportal.bg/new/uploads/galery/2009_06/champion_slavia/images/_MG_3056.jpg" alt="image 3" /> <img src="http://img2.sportal.bg/new/uploads/galery/2009_06/champion_slavia/images/_MG_2833.jpg" alt="image 4" /></div>
Roman [14 окт 2010]
The images in the demo are missing. Cannot see, cannot judge. :)