Jordan condemns terror blasts in Pakistan, Cameroon

AMMAN — The government on Wednesday denounced the two terrorist blasts that took place in the south of Pakistan and in northern Cameroon earlier in the day, killing scores of innocent civilians.

Government Spokesperson Mohammad Momani expressed condolences on behalf of the government over the death of innocent victims, stressing Jordan's unwavering rejection of terrorism, in its various forms.

Momani, who is also minister of state for media affairs and communications, stressed Jordan's solidarity with and support for the Pakistani and Cameroonian governments, according to the Jordan News Agency, Petra.

Confronting terrorism, which is striking in different world countries on a daily basis and targeting their security, calls for doubling and coordinating international efforts to root out extremism, he said.

A suicide attack on a polio vaccination centre in southwest Pakistan on Wednesday killed 15 people, mainly police officers gathered to escort health workers, The Associated Press quoted officials as saying.

The bombing on the outskirts of the city Quetta killed 13 police officers, a soldier and a civilian, said Shahzada Farhat, a police spokesperson. He said 23 people were wounded, according to AP.

On the same day, a suicide bomber killed 12 worshippers at a northern Cameroon mosque, Agence France-Presse reported, quoting security officials.

The blast struck the mosque in the village of Kouyape, in Kolofata district near the Nigerian border, at around 5:30am during morning prayers, a security source told AFP.

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