INFORMANDES (PDF)

InformANDES Ed. 163 - Maio 2025 ei1b

InformANDES Abril 2025

InformANDES Ed. 161 - Mar 2025

InformANDES Especial - Multicampi e Fronteira

Informandes Dezembro 2022

Informandes Novembro 2022

Informandes Set/Out 2022

INFORMANDES AGOSTO 2022

INFORMANDES JULHO 2022

INFORMANDES JUNHO 2022

INFORMANDES MAIO 2022

InformANDES Abril 2022

InformANDES Março 2022

InformANDES Fevereiro 2022

ÚLTIMAS NOTÍCIAS 1u1bn
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(""); } });