I am trying to reinitialize owl carousel after a successful ajax call. The ajax call will change the data but the view should stay the same.I am having an issue where the vi
Nothing above worked for me only this worked :
$('.owl-gallery').data('owlCarousel').destroy(); $('.owl-gallery').owlCarousel(options);