本文实例为大家分享了Bootstrap轮播图的实现代码,供大家参考,具体内容如下
<Meta charset="utf-8">
<Meta http-equiv="X-UA-Compatible" content="IE=edge">
<Meta name="viewport" content="width=device-width,initial-scale=1">
Bootstrap 模板
轮播图尝试
本文实例为大家分享了Bootstrap轮播图的实现代码,供大家参考,具体内容如下
轮播图尝试
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="false">
<span class="sr-only">Previous
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true">
<span class="sr-only">Next
<button id="prev">向前
<button id="next">向后
<button id="pause">停止
<button id="start">开始
<button id="jump">到第二张
<script src="lib/jquery/jquery.js">
<script src="lib/bootstrap/js/bootstrap.js">