Organisers of ‘disturbing’ party released on bail


Arrest of organisers received with dismay on social media


AMMAN — Government officials on Saturday said four people, who organised a party in Balqa Governorate a day earlier and were arrested, have been released on bail.

The four were arrested when police raided a party following a complaint by residents in the area, a senior official source said.

“We received a complaint from the residents that there was loud music and that it was causing disturbances, so we went to the party and arrested four people,” the official source The Jordan Times.

A second senior government source said the incident is being investigated by the authorities.

“Four people, who organised this party, were detained briefly for questioning and then released on bail, pending further investigations with the administrative governor,” the government source told The Jordan Times.

However, several activists and social media users criticised the step taken by the authorities to “detain the organisers briefly, saying this worked against the freedoms in Jordan”.

Social media activist Deema Alam Farraj addressed Prime Minister Omar Razzaz in a Tweet “to explain to the Jordanian people the standards and procedures behind apprehending people who organise parties in Jordan”.

“Premier Razzaz, we want to know if it is forbidden in the Hashemite Kingdom of Jordan to have mixed parties, to dance, to drink alcohol, to hold events that tackle controversial and enlightened topics?” Alam Tweeted.

Amer also Tweeted criticising the police raid saying: “This is a schizophrenic act on the part of the government, in a country where they allow bars and discos to operate, and then they become the guardian of honour on such parties.”

But Eyad Nino said in a Tweet that he was in favour of cancelling such “suspicious parties in order to protect our children so we do not lose our control over them”.

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