Server IP : 103.53.40.154 / Your IP : 18.220.112.210 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/natureamrit.com/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
(function($) { "use strict"; //Preloader $(window).load(function() { $('.images-preloader').fadeOut(); }); //Header Scroll function init() { window.addEventListener('scroll', function(e) { var mq = window.matchMedia("(min-width: 992px)"); if (mq.matches) { var distanceY = window.pageYOffset || document.documentElement.scrollTop, shrinkOn = 10, header = document.querySelector(".main-bar"); if (distanceY > shrinkOn) { classie.add(header, "smaller"); } else { if (classie.has(header, "smaller")) { classie.remove(header, "smaller"); } } } }); } window.onload = init(); // Elements Animation Important if ($('.wow').length) { var wow = new WOW({ boxClass: 'wow', // animated element css class (default is wow) animateClass: 'animated', // animation css class (default is animated) offset: 0, // distance to the element when triggering the animation (default is 0) mobile: true, // trigger animations on mobile devices (default is true) live: true // act on asynchronously loaded content (default is true) }); wow.init(); } //Position Navigation $(window).on('resize', function() { var hbar = $('.site-header').outerHeight(), sbar = $('header .sub-bar').height(); $('.main-bar .nav').css('top', hbar); $("header .main-bar").css('top', sbar); }).trigger('resize'); // Menu Mobile $('.btn-toggle').on('click',function() { var parent = $(this).parents('header'); if (parent.find('nav').hasClass('menu-mobile')) { parent.find('nav').removeClass('menu-mobile'); } else { parent.find('nav').addClass('menu-mobile'); } if (parent.find('.top-info').hasClass('menu-mobile')) { parent.find('.top-info').removeClass('menu-mobile'); } else { parent.find('.top-info').addClass('menu-mobile'); } }); //Submenu Dropdown Toggle if($('.site-header li.menu-item-has-children ul').length){ $('.site-header li.menu-item-has-children').append('<div class="dropdown-btn"><Span class="fa fa-angle-down"></span></div>'); //Dropdown Button $('.site-header li.menu-item-has-children .dropdown-btn').on('click', function() { $(this).prev('ul').slideToggle(500); }); //Disable dropdown parent link $('.navigation li.menu-item-has-children > a').on('click', function(e) { e.preventDefault(); }); } //Project Slider $("#single-slider").owlCarousel({ navigation: true, slideSpeed: 600, autoPlay: 6000, singleItem: true, pagination: false, navigationText: [ "<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>" ], }); $("#similar-slider").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 3, itemsDesktop: [1199, 2], itemsDesktopSmall: [979, 2], itemsTablet: [768, 2], itemsMobile: [479, 1], pagination: false }); //Sliders $("#week").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 1, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#top-slider").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 4, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#Newproducts").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 4, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#bestseller").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 4, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#featuredproducts").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 4, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#shop-blog").owlCarousel({ navigation: true, navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], slideSpeed: 600, autoPlay: 8000, items: 1, itemsDesktop: [1199, 3], itemsDesktopSmall: [979, 2], itemsTablet: [768, 1], itemsMobile: [479, 1], pagination: false }); $("#shop").owlCarousel({ navigation: false, slideSpeed: 600, autoPlay: 6000, singleItem: true, pagination: true, navigationText: [ "<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>" ], }); $("#shop-testimonials").owlCarousel({ navigation: false, slideSpeed: 600, autoPlay: 6000, singleItem: true, pagination: true, navigationText: [ "<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>" ], }); // Owl Client $("#clients").owlCarousel({ navigation: false, navigationText: ["<i class='fa fa-caret-left'></i>", "<i class='fa fa-caret-right'></i>"], slideSpeed: 600, autoPlay: 2000, items: 5, itemsDesktop: [1199, 5], itemsDesktopSmall: [979, 4], itemsTablet: [768, 3], itemsMobile: [479, 2], pagination: false }); $(document).ready(function() { $('a').on('click',function() { var largeImage = $(this).attr('data-full'); $('.selected').removeClass(); $(this).addClass('selected'); $('.full img').hide(); $('.full img').attr('src', largeImage); $('.full img').fadeIn(); }); // closing the listening on a click $('.full img').on('click',function() { var modalImage = $(this).attr('src'); $.fancybox.open(modalImage); }); }); //closing our doc ready //Back To Top $('#to-top').on('click',function() { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); })(jQuery);