���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.148 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/akasportsindia.com/public_html/js/ |
Upload File : |
(function ($) { "use strict"; /*---------------------------- jQuery MeanMenu ------------------------------ */ jQuery('nav#dropdown').meanmenu(); /*---------------------------- wow js active ------------------------------ */ new WOW().init(); /*---------------------------- Product Carousel active ------------------------------ */ $(".product-carousel").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, /* transitionStyle : "fade", */ /* [This code for animation ] */ itemsDesktop : [1199,4], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1] }); /*---------------------------- Blog Carousel active ------------------------------ */ $(".blog-carousel").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ itemsDesktop : [1199,3], itemsDesktopSmall : [980,2], itemsTablet: [768,2], itemsMobile : [576,1] }); /*---------------------------- Brand Carousel active ------------------------------ */ $(".brand-carousel").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 6, /* transitionStyle : "fade", */ /* [This code for animation ] */ itemsDesktop : [1199,5], itemsDesktopSmall : [980,4], itemsTablet: [768,4], itemsMobile : [479,1] }); /*---------------------------- Product Details Carousel Active ------------------------------ */ $(".p-details-slider").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 4, /* transitionStyle : "fade", */ /* [This code for animation ] */ itemsDesktop : [1199,4], itemsDesktopSmall : [980,4], itemsTablet: [768,4], itemsMobile : [479,3] }); /*---------------------------- Upsell Product Carousel Active ------------------------------ */ $(".upsell-product-details-carousel").owlCarousel({ autoPlay: false, slideSpeed:2000, pagination:false, navigation:true, items : 3, /* transitionStyle : "fade", */ /* [This code for animation ] */ itemsDesktop : [1199,3], itemsDesktopSmall : [980,3], itemsTablet: [768,2], itemsMobile : [479,1] }); /*---------------------------- Price-slider active ------------------------------ */ $( "#slider-range" ).slider({ range: true, min: 40, max: 600, values: [ 60, 570 ], slide: function( event, ui ) { $( "#amount" ).val( "£" + ui.values[ 0 ] + " - £" + ui.values[ 1 ] ); } }); $( "#amount" ).val( "£" + $( "#slider-range" ).slider( "values", 0 ) + " - £" + $( "#slider-range" ).slider( "values", 1 ) ); /*-------------------------- ScrollUp ---------------------------- */ $.scrollUp({ scrollText: '<i class="fa fa-arrow-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); /*-------------------------- Countdown ---------------------------- */ $('[data-countdown]').each(function() { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function(event) { $this.html(event.strftime('<div class="cdown days"><span class="counting">%-D</span>days</div><div class="cdown hours"><span class="counting">%-H</span>hrs</div><div class="cdown minutes"><span class="counting">%M</span>mins</div><div class="cdown seconds"><span class="counting">%S</span>secs</div>')); }); }); /*-------------------------- Sticky Js ---------------------------- */ $("#sticker").sticky({topSpacing:0}); /*---------------------------------------------- Delivery Old and New Address toggle function ------------------------------------------------*/ $("#ship-new-address").on('click', function(){ $(".ship-new-address-info").slideToggle(); }); /*---------------------------------------------- Personal Address toggle function -----------------------------------------------*/ $("#add-new-address").on('click', function(){ $("#add-new-address-info").slideToggle(); }); /*-------------------------- Newsletter Popup Js ---------------------------- */ $("#newsletter-popup-conatiner").mouseup(function(e) { var popContainer = $("#newsletter-popup-conatiner"); var newsLatterPop = $("#newsletter-pop-up"); if(e.target.id != newsLatterPop.attr('id') && !newsLatterPop.has(e.target).length) { popContainer.fadeOut(); } }); $('.hide-popup').on("click", function(){ var popContainer = $("#newsletter-popup-conatiner"); $('#newsletter-popup-conatiner') { popContainer.fadeOut(); } }); /*------------------------------------------- ElevateZoom Js -------------------------------------------- */ $("#zoom1").elevateZoom({ gallery:'gallery_01', responsive : true, galleryActiveClass: "active", imageCrossfade: true, easing : true, cursor: "default", zoomWindowFadeIn: 300, zoomWindowFadeOut: 350 }); })(jQuery);