Áreas de Atuação x2g3l
RESULTADOS EM ADVOGADOS';
// html += 'VER TODOS OS RESULTADOS >';
// html += '
';
// html += '';
// $.each(resultados.adv, function(index, resultado) {
// html += populaResultado(resultado, field);
// })
// html += "
RESULTADOS EM INTELIGÊNCIA JURÍDICAVER TODOS OS RESULTADOS >
';
// $.each(resultados.ij, function(index, resultado) {
// html += populaResultado(resultado, field);
// })
// }
// cabecalho areas de atuacao
if (resultados.area.length > 0) {
// html += 'RESULTADOS EM ÁREAS DE ATUAÇÃO'
// html += 'VER TODOS OS RESULTADOS >'
// html += '
';
html += "";
$.each(resultados.area, function(index, resultado) {
html += populaResultadoArea(resultado, field);
})
html += "
";
}
// $(field).parents('.search-box-container').find('.results_search').html(html);
//$('.search-box-container').find('.results_search').html(html);
$('.search-box-container.marea').html(html);
$('.search-box-container.marea').show();
// triggerTitulo();
}
function populaResultadoArea(resultado,field) {
let linha = '';
if (resultado.layout == 'areas_atuacao') {
if (!cabecalho[0]) {
// linha += 'RESULTADOS EM ÁREAS DE ATUAÇÃOVER TODOS OS RESULTADOS >
';
cabecalho[0] = true;
}
linha += '' +
'' +
'
';
}
return linha;
}
$('.mod-search-ajax .search-button').click(function (event) {
event.preventDefault();
});
});
// var modulo_ajax_iniciado = true;
//}