使用多个 Owl Carousel 导航问题

问题描述

我在单个页面上动态创建了一个具有相同类名的多个 Owl Carousel。旋转木马工作正常,但所有旋转木马的导航(箭头和点)只显示一次。

我的代码

$(".owlCarouselSlide").each(function() {
$(this).owlCarousel({
    loop: false,autoWidth: true,nav: true,dots: true,navContainer: '#custCarouselProductNav',dotsContainer: '#custCarouselProductDot',responsive: {
        0: {
            items: 1,margin: 10,},600: {
            items: 1,margin: 24,1000: {
            items: 1,margin: 16,}
})
 });

问题截图:

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)