No disputes between Jordan, PA — Erekat

AMMAN — A senior Palestinian official has said that the Palestinian leadership and Jordan see eye-to-eye on the developments in the Palestinian lands and it fully supports Amman’s recent moves.

He described Jordan’s position on Jerusalem as “daring” and “irreversible” in the face of Israel and the US administration.

Speaking to the Jordan News Agency, Petra, from Ramallah, chief Palestinian negotiator and PLO Secretary General Saeb Erekat said that Jordan’s recent arrangements with the Israelis over Jerusalem have been coordinated between His Majesty King Abdullah and Palestinian President Mahmoud Abbas.

“Jordan is the loud and daring voice in the face of Israel and the US administration especially on Jerusalem,” he said.

“There is no dispute between Jordanians and Palestinians over any issue. We both share a common interest in ending the assaults by the Israeli occupation authorities and Jewish settlers on Al Aqsa Mosque,” he told the agency.

Commending Jordan’s efforts in protecting Jerusalem’s Islamic and Christian holy sites, Erekat stressed that the “Hashemite custodianship over Jerusalem’s holy sites is the shield against the Israeli schemes”.

“Neither [Israeli premier] Benjamin Netanyahu nor anyone on earth can shake or weaken the deeply rooted Jordanian-Palestinian relationship,” he said.

Erekat’s remarks came after Palestinian Foreign Minister Riyad Al Malki criticised an agreement Amman reached with the Israelis to install video cameras at Al Haram Al Sharif in Jerusalem to ease the tension there and ensure that the status quo remains intact.

.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'); }); }); });