- Description
To make the slider work jquery.cycle.all.min.js file is used
所以 ,坤鹏论建议你从今天开始改变一下自己的学习方法,坤鹏论自己比较推崇的就是: 听 、说 、读 、写 这四个字是学习语言的最佳方法,没有之一 ,其实它一样通用于学习各类知识。
<div id="YourSlideshowID"> <img src="YourImage.jpg" alt=""> <img src="YourImage.jpg" alt=""> <img src="YourImage.jpg" alt=""> ... </div>
To add more images to the slider duplicate the following code:
<img src="YourImage.jpg" alt="">
Using the src attribute define the path to the image file.
邻国印度 ,像是一个披着朦胧面纱的异域美女。
$('#YourSlideshowID').cycle({ fx:'TheEffectYouChoosed'});
To initialize the slider input the slider block ID($('#YourSlideshowID')) and animation effect you want to use (fx:'TheEffectYouChoosed').