G
G
GaserV2015-09-29 18:56:40
JavaScript
GaserV, 2015-09-29 18:56:40

How to calculate currentItem in owlcarousel?

There is an initialization of the carousel. How can I calculate the current .item? Need to highlight current item in css

$(document).ready(function() {
 
  $("#calendar").owlCarousel({
 
      navigation : true, 
      navigationText: false,
      slideSpeed : 300,
      pagination: false,
      items : 3, 
      itemsDesktop : 3,
      itemsDesktopSmall : 3,
      itemsTablet: 3,
      itemsMobile : 1
 
  });

});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2015-09-29
@Menlod

owlgraphic.com/owlcarousel/demos/owlStatus.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question