RELATÓRIOS
30 de Setembro de 2019

40 CONAD er1o

40 CONAD

30 de Setembro de 2019

39 CONAD

39 CONAD

30 de Setembro de 2019

38 Congresso

38 Congresso

30 de Setembro de 2019

38 CONAD

38 CONAD

30 de Setembro de 2019

37 Congresso

37 Congresso

30 de Setembro de 2019

37 CONAD

37 CONAD

30 de Setembro de 2019

36 Congresso

36 Congresso

30 de Setembro de 2019

36 CONAD

36 CONAD

30 de Setembro de 2019

35 Congresso

35 Congresso

30 de Setembro de 2019

35 CONAD

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