912
| <![CDATA[<script>
$(document).ready(function () {
$('#nav-icon4').click(function () {
$(this).toggleClass('open');
let fclass = $(this).attr("class");
if (fclass === "open") {
showMenu(false);
} else {
$(".d-actions-items").show();
$(".d-m-h").css("display", "none").addClass("d-hide");
$("#d-container").css("height", "100vh");
}
$("#d-container.d-diversos").height($("#d-menu").height());
$("#d-container").css('min-height', (parseInt($(".d-menu-helper").height())+150)+'px' );
$("#d-container.d-diversos").css('min-height', (parseInt($(".d-menu-helper").height())+100)+'px' );
});
$("body .uwy.userway_p1 .uai").css("right", "0");
sessionStorage.setItem("img-back", 0);
});
function slidShow(){
let img_atual = parseInt(sessionStorage.getItem("img-back"));
img_atual++;
if(img_atual >= $(".img-back").length){
img_atual = 0;
}
$(".img-back").addClass("d-hide");
$("#banner_fundo"+img_atual).removeClass("d-hide");
sessionStorage.setItem("img-back", img_atual);
}
function showContactModal() {
if ($("#d-modal-comment").css("display") == "none") {
$(".d-icon-comment").removeClass("btn-green").addClass("btn-grey");
$("#d-modal-comment").css("display", "flex");
}else{
$(".d-icon-comment").addClass("btn-green").removeClass("btn-grey");
$("#d-modal-comment").css("display", "none");
}
}
function showMenu(toogle = false) {
if (toogle) {
$('#nav-icon4').toggleClass('open');
}
$(".d-actions-items").hide();
$(".d-m-h").css("display", "flex").removeClass("d-hide");
$("#d-container").css("height", "auto");
}
function removeAcento(text)
{
text = text.toLowerCase();
text = text.replace(new RegExp('[ÁÀÂÃ]','gi'), 'a');
text = text.replace(new RegExp('[ÉÈÊ]','gi'), 'e');
text = text.replace(new RegExp('[ÍÌÎ]','gi'), 'i');
text = text.replace(new RegExp('[ÓÒÔÕ]','gi'), 'o');
text = text.replace(new RegExp('[ÚÙÛ]','gi'), 'u');
text = text.replace(new RegExp('[Ç]','gi'), 'c');
return text;
}
function setFilter() {
let filter = $("#filter").val();
//Oculta e mostra as linhas
$(".d-swap ul li .d-swap-itens li a").each(function () {
let source = ($(this).data("source"));
let target = $(this).parent("li");
if (removeAcento(source).toLowerCase().search(removeAcento(filter).toLowerCase()) == -1) {
target.css("display", "none");
} else {
target.css("display", "block");
}
});
//Oculta e mostra os h2
for (let index = 1; index <= $(".d-swap ul li .d-swap-itens").length; index++) {
let hide = true;
$(".d-swap ul li #dsi-" + index + " li").each(function () {
if ($(this).css("display") != "none") {
hide = false;
}
});
if (hide) {
$(".d-swap ul li #dsi-" + index).parent().css("display", "none");
} else {
$(".d-swap ul li #dsi-" + index).parent().css("display", "block");
}
}
//Oculta e mostra os h1
for (let index = 0; index < $(".d-swap").length; index++) {
let hide = true;
for (let sub = 1; sub <= $(".d-swap ul li .d-swap-itens").length; sub++) {
$("#ds-"+index+" ul li #dsi-" + sub + " li").each(function () {
if ($(this).css("display") != "none") {
hide = false;
}
});
}
if (hide) {
$("#ds-"+index+" h1").css("display", "none");
} else {
$("#ds-"+index+" h1").css("display", "block");
}
}
}
function showAllFilters() {
if ($("#d-all-filters").css("display") === "none") {
$("#d-all-filters").css("display", "flex");
} else {
$("#d-all-filters").css("display", "none");
}
}
$("#enviar").click(function(event){
const form = "#contact-form-top ";
event.preventDefault();
let errors = "";
if($(form+" #nome").val() == ""){
errors += '* O <b>Nome</b> não pode ficar em branco <br>';
}
if($(form+" #telefone1").val() == ""){
errors += '* O <b>Telefone 1</b> não pode ficar em branco <br>';
}
if($(form+" #email").val() == ""){
errors += '* O <b>E-mail</b> não pode ficar em branco <br>';
}
if($(form+" #assunto").val() == ""){
errors += '* O <b>Assunto</b> não pode ficar em branco <br>';
}
if($(form+" #mensagem").val() == ""){
errors += '* O <b>Mensagem</b> não pode ficar em branco <br>';
}
if(errors.length > 0){
Swal.fire({
icon: 'error',
title: 'Encontramos os seguinte(s) erro(s)',
html: errors,
});
}else{
$("#contact-form-top").submit();
}
});
</script>]]>
|
1210
| <![CDATA[<script>
function showSocial(tipo){
if($('#socialTwitter'+tipo).css('visibility') == 'visible'){
$('#socialTwitter'+tipo).css('visibility','hidden');
$('#socialFacebook'+tipo).css('visibility','hidden');
$('#socialWhatsapp'+tipo).css('visibility','hidden');
}else{
$('#socialWhatsapp'+tipo).css('visibility','visible');
$('#socialFacebook'+tipo).css('visibility','visible');
$('#socialTwitter'+tipo).css('visibility','visible');
}
}
function goTwitter(url){
window.open('https://twitter.com/intent/tweet?url='+url, '_blank');
}
function goFacebook(url){
window.open('https://www.facebook.com/sharer/sharer.php?u='+url, '_blank');
}
function goWhatsapp(url){
window.open('https://api.whatsapp.com/send?text='+url, '_blank');
}
function rediretTo(url){
window.location.href = url;
}
</script>]]>
|
1702
| <![CDATA[<script>
function abrirModal(title, col) {
document.getElementById('id01f_modal').style.display = 'block';
document.getElementById('id01f_modal').style.position = 'fixed';
$('.conteudo_modal').css('height', '300px');
$('.conteudo_modal').css('overflow', 'scroll');
$('#rodape').css('z-index','0');
prepareModal(title, col);
$('html, body').animate({scrollTop: ($('id01f_modal').offset().top) - 100}, 'slow');
}
function fecharModal() {
document.getElementById('id01f_modal').style.display = 'none';
}
function prepareModal(title, col){
$('#modalTitle').html(title);
$('#c1').css('display', 'none');
$('#c2').css('display', 'none');
$('#c3').css('display', 'none');
$('#c4').css('display', 'none');
$('#'+col).css('margin', '10px 0 0 10px');
$('#'+col).css('display', 'grid');
$('#'+col).css('grid-template-columns', '1fr 1fr');
$('#'+col).css('gap', '10px');
$('.data-li-cor').css('color', '#777777');
$('.data-li-cor').css('font-weight', '700');
}
</script>]]>
|
1740
| <![CDATA[<script>
function redirecionarNoticia(){
let url = "https://governodecacule.ba.gov.br/noticias/cacule:_prefeitura_lanca_programa_“cidade_empreendedora”_em_parceria_com_o_sebrae-2540";
sessionStorage.setItem('pop-up', 1);
window.location.href = url;
}
function abrirModalEmergencial() {
let popUp = sessionStorage.getItem('pop-up');
if((popUp === null) || (popUp === 0)){
document.getElementById('modalEmergencial').style.display = 'block';
}
}
function fecharModalEmergencial() {
sessionStorage.setItem('pop-up', 1);
document.getElementById('modalEmergencial').style.display = 'none';
}
</script>]]>
|
1818
| <![CDATA[<script>
$( document ).ready(function() {
$('#vLibras').append("<div vw class='enabled'><div vw-access-button class='active'></div><div vw-plugin-wrapper><div class='vw-plugin-top-wrapper'></div></div></div>");
new window.VLibras.Widget('https://vlibras.gov.br/app');
});
</script>]]>
|
1827
| <![CDATA[<script>
$(document).ready(function(){
if(!sessionStorage.getItem("messager-footer")){
sessionStorage.setItem("messager-footer", "true");
}
if(sessionStorage.getItem("messager-footer") == "true"){
$("#messager-footer").removeClass("d-hide");
}
});
function disabledMessFooter(){
$("#messager-footer").addClass("d-hide");
sessionStorage.setItem("messager-footer", "false");
}
var id = new Object();
id = ["#navega h2/9/19", "#navega a/9/19", "#navega li/9/19", "#pagina_lei p/13/23", "#pagina_lei li/9/19"];
var swiper = new Swiper('#topo', {
// pagination: '.swiper-pagination',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
paginationClickable: true,
// Disable preloading of all images
preloadImages: true,
// Enable lazy loading
lazyLoading: true,
centeredSlides: true,
direction: 'horizontal',
autoplay: 5000,
autoplayDisableOnInteraction: false
});
var swiper = new Swiper('.swiper-container', {
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
pagination: '.swiper-pagination',
paginationClickable: true,
// Disable preloading of all images
preloadImages: true,
// Enable lazy loading
lazyLoading: true,
direction: 'horizontal',
autoplay: 10000,
autoplayDisableOnInteraction: true,
breakpoints: {
715: {
slidesPerView: 1,
slidesPerColumn: 1,
spaceBetween: 30
}
}
});
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>]]>
|
1892
| <![CDATA[<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PC0YMJZK4D');
</script>]]>
|
1900
| <![CDATA[<script>
var link = document.createElement('meta');
link.setAttribute('property', 'og:url');
link.content = document.location;
document.getElementsByTagName('head')[0].appendChild(link);
</script>]]>
|