/
/
home
/
u523034047
/
domains
/
eipcsindia.com
/
public_html
/
js
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.211
PHP 8.3.16
Dir:
/home/u523034047/domains/eipcsindia.com/public_html/js
Edit:
/home/u523034047/domains/eipcsindia.com/public_html/js/main.js
(function($) { "use strict"; // header sticky menu var $window = $(window); $window.on('scroll', function() { var scroll = $window.scrollTop(); if (scroll < 100) { $(".sticky").removeClass("is-sticky"); } else { $(".sticky").addClass("is-sticky"); } }); // mobile menu Open close $(".mobile-menu-btn").on('click', function() { $("body").addClass('fix'); $(".menu-wrapper").addClass('open'); }); $(".btn-close,.mob-overlay").on('click', function() { $("body").removeClass('fix'); $(".menu-wrapper").removeClass('open'); }); /*Sub Menu Toggle*/ // $offCanvasNav.on('click', 'li a, li .menu-expand', function(e) { // var $this = $(this); // if (($this.parent().attr('class').match(/\b(menu-item-has-children|has-children|has-sub-menu)\b/)) && ($this.attr('href') === '#' || $this.hasClass('menu-expand'))) { // e.preventDefault(); // if ($this.siblings('ul:visible').length) { // $this.parent('li').removeClass('active'); // $this.siblings('ul').slideUp(); // } else { // $this.parent('li').addClass('active'); // $this.closest('li').siblings('li').removeClass('active').find('li').removeClass('active'); // $this.closest('li').siblings('li').find('ul:visible').slideUp(); // $this.siblings('ul').slideDown(); // } // } // }); // home page carousel $(document).ready(function() { $("#sliderTop").owlCarousel({ navigation: false, // Show next and prev buttons slideSpeed: 5000, autoPlay: 5000, paginationSpeed: 400, loop: false, dots: false, singleItem: true, autoplayHoverPause: true, rewind: true, }); }); // back to top page $(document).ready(function($) { $(this).scrollTop(0); $(window).scroll(function() { if ($(this).scrollTop() > 100) { $('.scrolltop').fadeIn(); } else { $('.scrolltop').fadeOut(); } }); $('.scrolltop').click(function() { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); }); // about us page carousel var owl = $('#specialservices'); owl.owlCarousel({ slideSpeed: 3000, autoPlay: 3000, paginationSpeed: 400, items: 4, loop: true, margin: 10, autoplayHoverPause: true }); // certificate onclick zoom imgage $('#galleryModal, #galleryModal1').on('show.bs.modal', function(e) { $('#galleryImage, #galleryImage1').attr("src", $(e.relatedTarget).data("large-src")); }); })(jQuery);
Ukuran: 2.9 KB