甘肃分公司具
- Description
为了提供更好的用户体验,我们注重产品的易用性和稳
在我们的公司里,良好的
<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').



