Answer the question
In order to leave comments, you need to log in
Why doesn't owl see the items in the function?
Hello, I have this code
var storiesItems = $('.stories-items');
storiesItems.owlCarousel({
items: 1,
dots: false,
nav: true,
onInitialize: callback
})
function callback(event){
var items = event;
console.log(items)
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question