gpt4 book ai didi

javascript - 回调事件不起作用 - 使用 Owl Carousel

转载 作者:搜寻专家 更新时间:2023-11-01 05:11:09 28 4
gpt4 key购买 nike

我正在尝试检测 Owl Carousel 何时准备好进行操作,以便我可以向其中添加内容。下面的脚本启动轮播,但初始化的事件永远不会触发。

<script type="text/javascript">
jQuery(document).ready(function () {
var owl = jQuery("#owl-example");
owl.on('initialized.owl.carousel', function(e) {
alert('hi');
}).owlCarousel({
navigation: true,
goToFirstSpeed: 2000,
singleItem: false,
transitionStyle: "fade",
items:<?=$_productCollection->getPageSize()?>,
lazyLoad: true,
autoWidth:true,
scrollPerPage:true,
mouseDrag:false,
touchDrag: false,
startPosition: "zero",
navigationText: [
"<strong>&lt;</strong>", //this equates to "<"
"<strong>&gt;</strong>" //this equates to ">"
]
});
;
});

</script>

最佳答案

initialize.owl.carouselinitialized.owl.carousel 事件必须在 Owl Carousel 初始化之前附加

检查文档的此链接 https://owlcarousel2.github.io/OwlCarousel2/docs/api-events.html

关于javascript - 回调事件不起作用 - 使用 Owl Carousel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28355772/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com