owl carousel get started

Solutions on MaxInterview for owl carousel get started by the best coders in the world

showing results for - "owl carousel get started"
Maria José
26 Aug 2017
1<!-- Set up your HTML -->
2<div class="owl-carousel">
3  <div> Your Content </div>
4  <div> Your Content </div>
5  <div> Your Content </div>
6  <div> Your Content </div>
7  <div> Your Content </div>
8  <div> Your Content </div>
9  <div> Your Content </div>
10</div>
Lennart
01 Jul 2017
1$(document).ready(function(){
2  $(".owl-carousel").owlCarousel();
3});
similar questions
queries leading to this page
owl carousel get started