Suspect’s own family tips off police in stabbing death case

AMMAN — The Criminal Court prosecutor on Saturday charged a man with premeditated murder in connection with the murder of a 22-year-old man who was found stabbed to death in Amman on Thursday, official sources said.

The victim was found dead in a street in the Juwaideh area in the early hours of Thursday, a senior judicial source said.

“The victim suffered multiple stab wounds to different parts of his body,” the senior judicial source told The Jordan Times.

Late at night, the senior judicial source maintained, “the suspect’s family contacted police and turned their son in”, according to the senior judicial source.

“Our initial investigations indicate that the victim was walking in the street when he was attacked by the suspect,” according to the senior official source.

The senior judicial source added investigations indicated that “the victim was killed over old feuds with the suspect”.

The victim had been married for almost two weeks, according to the senior judicial source.

A postmortem conducted at the National Institute of Forensic Medicine indicated that the victim received two fatal stab wounds to the chest, which caused his death, according to the senior official source.

“The forensic team also detected defence wounds on the victim’s hands,” according to the second source.

The Criminal Court prosecutor will summon family members and friends and the suspect to learn more about the stabbing incident, the second source said.

The suspect was ordered detained at a Correctional and Rehabilitation Centre for 15 days pending further investigation.

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