ƒþ:iª ø\sð:iӱ͌¦£Accept-Encoding,User-AgentV@ã†Ã?j—Ùb ^Ëø KEY: https://fundamentalbrinquedos.com.br/wp-content/themes/fundamental/js/active.js HTTP/1.1 200 OK Date: Thu, 11 Dec 2025 16:25:23 GMT Server: Apache Last-Modified: Wed, 05 Jun 2019 18:36:26 GMT Accept-Ranges: bytes Content-Length: 7420 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript (function ($) { 'use strict'; // [ JS Active Code Index ] // :: 1.0 Owl Carousel Active Code // :: 2.0 Slick Active Code // :: 3.0 Footer Reveal Active Code // :: 4.0 ScrollUp Active Code // :: 5.0 CounterUp Active Code // :: 6.0 onePageNav Active Code // :: 7.0 Magnific-popup Video Active Code // :: 8.0 Sticky Active Code // :: 9.0 Preloader Active code var browserWindow = $(window); if($.fn.fancybox){ $(".fancy").fancybox({ openEffect: 'elastic', closeEffect: 'elastic' }); } // :: 1.0 Owl Carousel Active Code if ($.fn.owlCarousel) { $(".welcome_slides").owlCarousel({ items: 1, loop: true, autoplay: true, smartSpeed: 1500, nav: true, navText: ["", ""] }); $(".app_screenshots_slides").owlCarousel({ items: 1, loop: true, autoplay: true, smartSpeed: 800, margin: 30, center: true, dots: true, responsive: { 0: { items: 1 }, 480: { items: 3 }, 992: { items: 5 } } }); } // :: 2.0 Slick Active Code if ($.fn.slick) { $('.slider-for').slick({ slidesToShow: 1, slidesToScroll: 1, speed: 500, arrows: false, fade: true, asNavFor: '.slider-nav' }); $('.slider-nav').slick({ slidesToShow: 3, slidesToScroll: 1, speed: 500, asNavFor: '.slider-for', dots: true, centerMode: true, focusOnSelect: true, slide: 'div', autoplay: true, centerMode: true, centerPadding: '30px', mobileFirst: true, prevArrow: '', nextArrow: '' }); } // :: 3.0 Footer Reveal Active Code if ($.fn.footerReveal) { $('footer').footerReveal({ shadow: true, shadowOpacity: 0.3, zIndex: -101 }); } // :: 4.0 ScrollUp Active Code if ($.fn.scrollUp) { $.scrollUp({ scrollSpeed: 1500, scrollText: '' }); } // :: 5.0 CounterUp Active Code if ($.fn.counterUp) { $('.counter').counterUp({ delay: 10, time: 2000 }); } // :: 6.0 onePageNav Active Code if ($.fn.onePageNav) { $('#nav').onePageNav({ currentClass: 'active', scrollSpeed: 2000, easing: 'easeOutQuad' }); } // :: 7.0 Magnific-popup Video Active Code if ($.fn.magnificPopup) { $('.video_btn').magnificPopup({ disableOn: 0, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: true, fixedContentPos: false }); } $('a[href="#"]').click(function ($) { $.preventDefault() }); var $window = $(window); if ($window.width() > 767) { new WOW().init(); } // :: 8.0 Sticky Active Code $window.on('scroll', function () { if ($window.scrollTop() > 48) { $('.header_area').addClass('sticky slideInDown'); } else { $('.header_area').removeClass('sticky slideInDown'); } }); // :: 9.0 Preloader Active code $window.on('load', function () { $('#preloader').fadeOut('slow', function () { $(this).remove(); }); }); // :: 4.0 Masonary Gallery Active Code if ($.fn.imagesLoaded) { $('.pixel-portfolio').imagesLoaded(function () { // filter items on button click $('.portfolio-menu').on('click', 'button', function () { var filterValue = $(this).attr('data-filter'); $grid.isotope({ filter: filterValue }); }); // init Isotope var $grid = $('.pixel-portfolio').isotope({ itemSelector: '.single_gallery_item', percentPosition: true, masonry: { columnWidth: '.single_gallery_item' } }); }); } // :: 5.0 Gallery Menu Style Active Code $('.portfolio-menu button.btn').on('click', function () { $('.portfolio-menu button.btn').removeClass('active'); $(this).addClass('active'); }) // :: 6.0 Magnific Popup Active Code if ($.fn.magnificPopup) { $('.zoom-img').magnificPopup({ type: 'image' }); } // :: 7.0 ScrollUp Active Code if ($.fn.scrollUp) { browserWindow.scrollUp({ scrollSpeed: 1500, scrollText: ' Top' }); } // :: 8.0 CounterUp Active Code if ($.fn.counterUp) { $('.counter').counterUp({ delay: 10, time: 2000 }); } // :: 9.0 Progress Bar Active Code if ($.fn.circleProgress) { $('#c1').circleProgress({ size: 200, emptyFill: "rgba(0, 0, 0, .0)", fill: '#ff7902', thickness: '5', reverse: true, }); } if ($.fn.circleProgress) { $('#c2').circleProgress({ size: 200, emptyFill: "rgba(0, 0, 0, .0)", fill: '#ff7902', thickness: '5', reverse: true, }); } if ($.fn.circleProgress) { $('#c3').circleProgress({ size: 200, emptyFill: "rgba(0, 0, 0, .0)", fill: '#ff7902', thickness: '5', reverse: true, }); } if ($.fn.circleProgress) { $('#c4').circleProgress({ size: 200, emptyFill: "rgba(0, 0, 0, .0)", fill: '#ff7902', thickness: '5', reverse: true, }); } // :: 10.0 Tooltip Active Code if ($.fn.tooltip) { $('[data-toggle="tooltip"]').tooltip(); } // :: 11.0 Prevent Default a Click $('a[href="#"]').on('click', function ($) { $.preventDefault(); }); // :: 12.0 Jarallax Active Code if ($.fn.jarallax) { $('.jarallax').jarallax({ speed: 0.2 }); } // :: 13.0 Sticky Active Code if ($.fn.sticky) { $("#sticker").sticky({ topSpacing: 0 }); } // :: 14.0 Wow Active Code if (browserWindow.width() > 767) { new WOW().init(); } })(jQuery);