国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

超漂亮的jQuery圖片輪播特效

2019-11-20 11:10:56
字體:
來源:轉載
供稿:網友

超漂亮的jQuery圖片輪播特效,使用了插件jCarousel,很棒的jQuery插件,支持帶縮略圖左右切換,支持Ajax加載數據,響應式布局,支持移動端觸屏,強大的API參數配置功能以及函數回調功能,支持自定義動畫速度和動畫模式,支持輪播方向定義,還是很不錯的,推薦學習和使用。

使用方法:
1.加載jQuery和插件

<link rel="stylesheet" type="text/css" href="jcarousel.basic.css"><script type="text/javascript" src="libs/jquery/jquery.js"></script><script type="text/javascript" src="dist/jquery.jcarousel.min.js"></script>

2.HTML內容

<div class="jcarousel-wrapper"><div class="jcarousel"> <ul> <li><img src="../_shared/img/img1.jpg" width="600" height="400" alt=""></li> <li><img src="../_shared/img/img2.jpg" width="600" height="400" alt=""></li> <li><img src="../_shared/img/img3.jpg" width="600" height="400" alt=""></li> <li><img src="../_shared/img/img4.jpg" width="600" height="400" alt=""></li> <li><img src="../_shared/img/img5.jpg" width="600" height="400" alt=""></li> <li><img src="../_shared/img/img6.jpg" width="600" height="400" alt=""></li> </ul></div><a href="#" class="jcarousel-control-prev">‹</a><a href="#" class="jcarousel-control-next">›</a><p class="jcarousel-pagination"></p></div>

3.函數調用

 <script type="text/javascript"> $(function(){   $('.jcarousel').jcarousel();      $('.jcarousel-control-prev')       .on('jcarouselcontrol:active', function() {         $(this).removeClass('inactive');       })       .on('jcarouselcontrol:inactive', function() {         $(this).addClass('inactive');       })       .jcarouselControl({         target: '-=1'       });     $('.jcarousel-control-next')       .on('jcarouselcontrol:active', function() {         $(this).removeClass('inactive');       })       .on('jcarouselcontrol:inactive', function() {         $(this).addClass('inactive');       })       .jcarouselControl({         target: '+=1'      });      $('.jcarousel-pagination')        .on('jcarouselpagination:active', 'a', function() {        $(this).addClass('active');       })       .on('jcarouselpagination:inactive', 'a', function() {         $(this).removeClass('active');      })       .jcarouselPagination();   }); });

以上就是為大家推薦的jQuery圖片輪播特效的關鍵代碼,大家還需要進一步的完善,可以結合之前的文章進行學習,一定會有意想不到的收獲。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 溆浦县| 邛崃市| 新乡县| 湘潭市| 河源市| 武夷山市| 安宁市| 肇源县| 平原县| 湘乡市| 吴川市| 阜康市| 东乡县| 遂宁市| 武宣县| 镇原县| 鹤岗市| 安乡县| 黄骅市| 青神县| 年辖:市辖区| 仁寿县| 虹口区| 杭锦后旗| 天台县| 阿城市| 镇远县| 铁岭县| 马山县| 会理县| 志丹县| 石柱| 碌曲县| 岢岚县| 中超| 商南县| 北流市| 清水河县| 淮安市| 鄱阳县| 鹤岗市|