-ak&$[‚ùi)±€ š÷Accept-Encoding,User-AgentƒÄqÍvÞÿ¡ô࿱Pä KEY: https://pibtrindade.com.br/wp-content/themes/pibtrindade/js/main.js HTTP/1.1 200 OK Date: Mon, 02 Feb 2026 01:10:26 GMT Server: Apache Last-Modified: Fri, 15 Jun 2018 18:06:30 GMT Accept-Ranges: bytes Content-Length: 2177 Cache-Control: max-age=31536000, public Expires: Tue, 02 Feb 2027 01:10:26 GMT Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript; charset=utf-8 $(function() { $("#owl-demo").owlCarousel({ autoPlay: 6000, navigation: false, // Show next and prev buttons slideSpeed: 800, pagination: false, paginationSpeed: 500, singleItem: true }); $("#owl-demo2").owlCarousel({ autoPlay: 6000, navigation: true, // Show next and prev buttons slideSpeed: 800, pagination: false, paginationSpeed: 500, singleItem: true }); $("#owl-demo3").owlCarousel({ autoPlay: 6000, navigation: false, // Show next and prev buttons slideSpeed: 800, pagination: false, paginationSpeed: 500, items: 4, itemsDesktopSmall: [992, 3], itemsTablet: [768, 2] }); $("#owl-demo4").owlCarousel({ autoPlay: 6000, navigation: false, // Show next and prev buttons slideSpeed: 800, pagination: true, paginationSpeed: 500, singleItem: true }); $('ul.tabs li').click(function() { var tab_id = $(this).attr('data-tab'); $('ul.tabs li').removeClass('current'); $('.tab-content').removeClass('current'); $(this).addClass('current'); $("#" + tab_id).addClass('current'); }); $('.header_menu li').hover(function() { $(this).find('.sub-menu').stop(true, false).fadeIn(); }).mouseleave(function() { $(this).find('.sub-menu').stop(true, false).fadeOut(); }); $('.menu2 .menu-item-has-children > a').click(function() { $(this).parent().find('.sub-menu').toggle(); return false; }); $('.menu2 .menu-item-has-children > a').append(''); $(".fancy").fancybox({ openEffect: 'elastic', closeEffect: 'elastic' }); //Mídia $('.fancybox-media') .attr('rel', 'media-gallery') .fancybox({ openEffect: 'none', closeEffect: 'none', prevEffect: 'none', nextEffect: 'none', arrows: false, helpers: { media: {}, buttons: {} } }); });