Bootstrap轮播插件简单使用方法介绍
Bootstrap轮播插件简单使用方法介绍
发布时间:2016-12-30 来源:查字典编辑
摘要:本文细致的为大家分享了Bootstrap轮播插件简单实例,供大家参考,具体内容如下使用Bootstrap的轮播插件可以向站点添加滑块,内容可...

本文细致的为大家分享了Bootstrap轮播插件简单实例,供大家参考,具体内容如下

使用Bootstrap的轮播插件可以向站点添加滑块,内容可以是图像,内嵌框架,视频或其它任何内容,使用轮播插件需要引入

效果图:

Bootstrap轮播插件简单使用方法介绍1

bootstrap.min.js.

<div id="carousel-example-generic" data-ride="carousel"> <!—轮播导航 --> <ol> <li data-target="#carousel-example-generic" data-slide-to="0"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!—轮播项目 --> <div role="listbox"> <div> <img src="~/images/Chrysanthemum.jpg" /> <div> ffffffff </div> </div> <div> <img src="~/images/Desert.jpg" /> <div> xxxxxxxxxxxxxxxx </div> </div> <div> <img src="~/images/Lighthouse.jpg" /> <div> mmmmmmmmmmmm </div> </div> </div> <!—轮播导航 --> <a href="#carousel-example-generic" role="button" data-slide="prev"> <span></span> <span>Previous</span> </a> <a href="#carousel-example-generic" role="button" data-slide="next"> <span></span> <span>Next</span> </a> </div>

小编再为大家推荐一篇文章:全面解析Bootstrap图片轮播效果

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类