owl carousel destroy
var catalog_tags=$('#catalog_tags'); catalog_tags.owlCarousel({ loop:false, margin:15, items:10, nav:true, dots:false, navText:['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>'], autoWidth:true, }); $('.catalog_tags .all').on('click',function(){ $(this).remove(); catalog_tags.trigger('destroy.owl.carousel').removeClass('owl-carousel owl-loaded'); catalog_tags.find('.owl-stage-outer').children().unwrap(); });