<title>jQuery幻灯片插件Owl Carousel演示-随机显示_sucaihuo</title>
#owl-demo { width: 900px; margin-left: auto; margin-right: auto;}
#owl-demo .item { margin: 5px; padding: 30px 0; font: 48px arial; text-align: center; color: #fff;}
<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>
function random(owlSelector){
owlSelector.children().sort(function(){
return Math.round(Math.random()) - 0.5;
$(this).appendTo(owlSelector);