INFORMANDES (PDF)

InformANDES Ed. 163 - Maio 2025 6d5t3n

InformANDES Abril 2025

InformANDES Ed. 161 - Mar 2025

InformANDES Especial - Multicampi e Fronteira

InformANDES Dezembro 2021

InformANDES Novembro 2021

InformANDES Outubro 2021

InformANDES Setembro 2021

InformANDES Agosto 2021

InformANDES Julho 2021

InformANDES Junho2021

Informandes Maio 2021

InformANDES Abril 2021

ÚLTIMAS NOTÍCIAS 165j6p
EVENTOS
Update cookies preferences
', closeButton: false }); } $(".search").each(function () { habilitarBotaoBusca($(this).val(), $(".search-submit")); }); $(".search").on('keyup change', function () { var valorBusca = $(this).val(); var botaoBusca = $(".search-submit"); $(".search").each(function () { $(this).val(valorBusca); }); habilitarBotaoBusca(valorBusca, botaoBusca); }); function habilitarBotaoBusca(valorBusca, botaoBusca) { $.each(botaoBusca, function (index, value) { (valorBusca) ? $(value).removeAttr('disabled').fadeTo('fast', 1) : $(value).attr('disabled', true).fadeTo('fast', 0.5); }); } $('#modal-issuu').on('show.bs.modal', function (e) { var itemClicado = $(e.relatedTarget); $('#modal-issuu-body').html(itemClicado.attr('data-issuu')); }); /*Recebe o ID do conteudo e retorna uma lista com os arquivos anexados a ele.*/ $('#modal-').on('show.bs.modal', function (e) { var itemClicado = $(e.relatedTarget); var idConteudo = itemClicado.attr('id'); $("#conteudo-modal-").empty(); $.post( '/midias/anexos_ajax' + '/' + idConteudo, null, function (data) { var conteudo = ''; if (data.quantidade > 0) { conteudo += '
' + ' ' + '
'; } else { conteudo += '
' + ' ' + '
'; } $("#conteudo-modal-").html(conteudo); } , "json"); }); $('#estado-sindicatos').change(function () { var sindicatos = ''; if ($(this).val() != "") { $.post( '/sindicatos/ajax_list/' + $(this).val(), null, function (data) { $('.sigla-input').html(data.sigla); $('.sigla-estado').html('- ' + data.sigla + ' -'); $('#sindicatos-list').html('Carregando...'); if (data.quantidade > 0) { for (var i = 0; i < data.quantidade; i++) { sindicatos += '' + '
' + ' ' + '
'; } $('#sindicatos-list').html(sindicatos); } else { $('#sindicatos-list').html('Nenhum sindicato cadastrado no estado selecionado.'); } }, "json" ); } else { $('#sindicatos-list').html(""); $('.sigla-input').html("---"); $('.sigla-estado').html(""); } });