PM pays homage to former foreign minister Kamel Abu Jaber

AMMAN — Prime Minister Omar Razzaz on Friday mourned the passing of former foreign minister Kamel Abu Jaber.

The prime minister recalled Jaber’s great services for his homeland for all the positions he held, the Jordan News Agency, Petra, reported.

Jaber held the post of minister of foreign affairs from 1991 to 1993, minister of national economy in 1973 and several academic positions at local and international universities.

Minister of Foreign Affairs Ayman Safadi also expressed condolences over the passing of the former foreign minister on Friday. Safadi took to Twitter to say: “May God have mercy on our dear late brother, former foreign minister Kamel Abu Jaber, who passed away [on Friday].”

“On behalf of all our colleagues at the ministry, I express sincere condolences to the national monument, who left behind him an illuminating mark through decades of service to the Kingdom. Our sincerest condolences to his family. We wish them patience and solace,” he wrote.

Also on Friday, Senate President Faisal Fayez mourned Abu Jaber, who had also served as a former senator.

Speaker of Lower House Atef Tarawneh also said that, in the passing of the former minister, Jordan has lost “a great national figure”.

Tarawneh said in a Tweet: “Jordan has lost a state figure who remained steadfast in defending the Kingdom and its people, an uncompromising politician and an academic who has left behind a great legacy in every position he occupied.”

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });