CoolCarousels集合了多种模式的幻灯片,每种模式都有不同德样式和外观,基于jQuery库构建而成。有带有缩略图导航的幻灯片,有包含动态项的旋转木马等等,你基本上可以在这里找到所有类型的幻灯片。到目前为止,CoolCarousels一共有65种类型,那么接下来我就挑选其中的一些来讲解。
width="474" height="300" title="jquery幻灯片COOLCAROUSELS" alt="jquery幻灯片COOLCAROUSELS"/>
1、引入以下的js和css文件
1 2 | < script src = "jquery.carouFredSel-6.2.0-packed.js" type = "text/javascript" ></ script > |
2、在head标签中加入以下js代码
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | < script type = "text/javascript" > $(function() { $('#carousel').carouFredSel({ direction: 'up', items: 1, scroll: { fx: 'directscroll' }, pagination: { container: '#pager', anchorBuilder: function( nr ) { return '< a href = "#" class = "thumb' + nr + '" >< img src = "' + this.src + '" width = "50" /></ a >'; } } }); }); </ script > |
3、在body标签中加入幻灯片整个外部div容器的html代码。
div #border 是整个幻灯片外部的圆环
div #wrapper 里面是所有的图片
div #pager 是分布在元换上的小圆形缩略图
1 2 3 4 5 6 7 8 9 10 11 | < div id = "border" > </ div > < div id = "wrapper" > < div id = "carousel" > < img src = "img/toystory.jpg" width = "250" height = "250" > < imgsrc = "img/rat.jpg" width = "250" height = "250" > < img src = "img/walle.jpg" width = "250" height = "250" > < img src = "img/bugs.jpg" width = "250" height = "250" > < img src = "img/incred.jpg" width = "250" height = "250" > </ div > </ div > |
当然还牵涉到一些css样式,我在这就不写出来了,大家可以查看源码中的 Demo.
CoolCarousels的调用js代码我已经在上面写出来了,所以可以配置的参数就从里面找了,无非就是幻灯片播放速度之类的参数,大家自行配制吧。
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com