Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

owl-custom.js 285B

12345678910111213141516171819
  1. $(document).ready(function() {
  2. setTimeout(function(){
  3. $('.carousel-nav').owlCarousel({
  4. items:1,
  5. loop:true,
  6. autoplay:true,
  7. nav:true
  8. });
  9. $('.carousel-dot').owlCarousel({
  10. items:1,
  11. loop:true,
  12. autoplay:true,
  13. nav:false
  14. });
  15. },350);
  16. });