Server IP : 103.53.40.154 / Your IP : 3.148.106.49 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/ppcad7no/aaliyadecor.com/../fastelevatorandescalator.in/../samingpvtltd.com/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
(function ($) { "use strict"; // Sticky Navbar $(window).scroll(function () { if ($(this).scrollTop() > 40) { $('.navbar').addClass('sticky-top'); } else { $('.navbar').removeClass('sticky-top'); } }); // Dropdown on mouse hover $(document).ready(function () { function toggleNavbarMethod() { if ($(window).width() > 992) { $('.navbar .dropdown').on('mouseover', function () { $('.dropdown-toggle', this).trigger('click'); }).on('mouseout', function () { $('.dropdown-toggle', this).trigger('click').blur(); }); } else { $('.navbar .dropdown').off('mouseover').off('mouseout'); } } toggleNavbarMethod(); $(window).resize(toggleNavbarMethod); }); // Back to top button $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('.back-to-top').fadeIn('slow'); } else { $('.back-to-top').fadeOut('slow'); } }); $('.back-to-top').click(function () { $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); return false; }); // Testimonials carousel $(".testimonial-carousel").owlCarousel({ autoplay: true, smartSpeed: 1000, items: 1, dots: false, loop: true, nav : true, navText : [ '<i class="bi bi-arrow-left"></i>', '<i class="bi bi-arrow-right"></i>' ], }); })(jQuery);