\
' + search_res_ar[i]['pr_title'] + '
\
' + search_res_ar[i]['pr_datetime'] + '
\
\
\
';
}
$('#list_view').append(add_view);
$('.box_no' + page).fadeIn("slow");
page++;
$(".loadgif").remove();
$("#addPersonPr").css('pointer-events', '');
$("#addPersonPr").css('opacity', '1');
let currentUrl = "/news/company/21000/";
history.pushState(null, null, currentUrl + `page_id/${page}/`);
//Rewrite URL
if (search_res_ar.length > 0) {
if (result['page_cnt'] > page) {
$('link[rel="next"]').attr('href', url_top + currentUrl + `page_id/${page + 1}/`);
} else {
$('#addPersonPr').remove();
$('link[rel="next"]').remove();
}
if ($('link[rel="prev"]').length == 0) {
$('head').append($(`