•
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>jQuery幻灯片插件Owl Carousel演示-单个</title>
<style>
#owl-demo { width: 900px; margin-left: auto; margin-right: auto;}
#owl-demo .item{ display: block;}
#owl-demo img { display: block; width: 100%;}
</style>
<link href="/api/jq/5733e359e0d42/css/owl.carousel.css" rel="stylesheet">
<link href="/api/jq/5733e359e0d42/css/owl.theme.css" rel="stylesheet">
<script src="http://www.sucaihuo.com/Public/js/other/jquery.js"></script>
<script src="/api/jq/5733e359e0d42/js/owl.carousel.js"></script>
<script>
$(function(){
$('#owl-demo').owlCarousel({
items: 1
});
//或者
/*