jQuery.ajax({
url: '/wp-admin/admin-ajax.php',
type: 'POST',
data: {
action: 'message_gecodoc_home',
},
success: function (response){
jQuery("#gecodoc-home").html(response);
}});