I have updated jrCore_notice_page function because when jrCore_is_ajax_request() the notices were not shown
if (jrCore_is_ajax_request()) {
$_er['notices'][] = array('type' => $notice_type, 'text' => $notice_text);
jrCore_json_response($_er);
exit;
}
updated by @dredaelli: 07/23/14 12:31:42AM