本文介绍OwlCarousel新的幻灯片效果,之前介绍了OwlCarousel演示10种不同的调用方法 http://www.erdangjiade.com/js/230.html,OwlCarousel也有丰富的API。
0、请不要问“在不在”之类的问题,有问题直接问!1、学生或暂时没有工作的童鞋,整站资源免费下载!2、¥9.9充值终身VIP会员,加我微信,826096331 拉你进VIP群学习!3、程序员加油,技术改变世界。在线 充值
HTML
<div id="owl-demo" class="owl-carousel">
<a class="item" href="http://www.erdangjiade.com/" target="_blank"><img src="img/5.jpg" alt=""><b></b><span>锐体育:回望1958年世界杯</span></a>
<a class="item" href="http://www.erdangjiade.com/" target="_blank"><img src="img/6.jpg" alt=""><b></b><span>搜狐视频《世界杯特别报道》 发布会众星云集</span></a>
<a class="item" href="http://www.erdangjiade.com/" target="_blank">
<img src="img/7.jpg" alt=""><b></b><span>梅西&C罗谁能笑傲巴西世界杯 </span>
</a>
......
</div>
owlCarousel插件调用:
$(function() {
$('#owl-demo').owlCarousel({
items: 1,
navigation: true,
navigationText: ["上一个", "下一个"],
autoPlay: true,
stopOnHover: true
}).hover(function() {
$('.owl-buttons').show();
},
function() {
$('.owl-buttons').hide();
});
});
友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群