Mutlple owl Carousel in one page with different setting
问题 There are two owlCarousel working perfectly in one page but I want to change the default setting on each carousel. Once I changed the effects applying to both carousel. What I've already tried <script> $(document).ready(function() { $("#owl-demo").owlCarousel1({ navigation : false, pagination : true, items : 1 }); }); </script> <script> $(document).ready(function() { $("#owl-example").owlCarousel(); }); </script> I want to change the below settings for each carousle $.fn.owlCarousel.options =