答案 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()