应用owlcarousal不工作

时间:2017-09-02 18:17:01

标签: javascript jquery owl-carousel

您好我正在将猫头鹰carousal应用于元素,但它不适用,但$(此).data(' owlCarousel)也存在。为什么它不应用,我使用的是owl carousal的2.0版本

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

这就是我设法解决问题的方法

var $carousel = $(".related-product");
                $('.related-product').data('owlCarousel').destroy();
                $carousel.removeClass('owl-carousel owl-loaded');
                $carousel.find('.owl-stage').children().unwrap();
                $(".owl-item.active:first-child", $(".owl-stage-
                  outer")).each(function(indx,element){
                   $(this).parent().remove()