URLhashListener参数用于监听url hash的变化,并查找具有相同data名称(如
data-hash="zero"
)的slide。
startPosition
选项接收字符串:'URLHash'
。这将使插件在启动时调用相应的项。浏览器的history back按钮同样有效。
$('.owl-carousel').owlCarousel({
items:4,
loop:false,
center:true,
margin:10,
URLhashListener:true,
autoplayHoverPause:true,
startPosition: 'URLHash'
});