RELATÓRIOS
30 de Setembro de 2019

34 Congresso 2z2v1w

34 Congresso

30 de Setembro de 2019

34 CONAD

34 CONAD

30 de Setembro de 2019

33 Congresso

33 Congresso

30 de Setembro de 2019

33 CONAD

33 CONAD

30 de Setembro de 2019

32 Congresso

32 Congresso

30 de Setembro de 2019

32 CONAD

32 CONAD

30 de Setembro de 2019

31 Congresso

31 Congresso

30 de Setembro de 2019

31 CONAD

31 CONAD

30 de Setembro de 2019

30 Congresso

30 Congresso

30 de Setembro de 2019

30 CONAD

30 CONAD

Ú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(""); } });