Undercover police officers monitoring public transport vehicles — PSD

AMMAN — The Public Security Department (PSD) is deploying undercover traffic inspectors to monitor public transport vehicles, a PSD official said on Tuesday.

Maj. Wasfi Etoum, of the PSD's security media department, said the decision was taken following many complaints from the public.

"We were already keeping a close watch on public transport means before, but we want to increase the monitoring," he told The Jordan Times over the phone.

Etoum said the PSD will intensify its campaign covering all public transport vehicles operating in the Kingdom.

"There are some routes that receive many complaints compared to other ones. I cannot name them but we are observing them closely," he added.

Ayman Zubaidi, a Jordanian who uses public transport, said he faces some difficulties while taking buses in Zarqa.

"Some bus drivers refuse to stop. They only care about money and not about the safety and comfort of passengers," he added.

Zubaidi noted that when he asks a driver to stop, he pulls over far away from his location.

"At least the big buses do not do that and are more organised.”

Malik Abu Ghneim, an electrician, said some drivers charge higher fares for short distances.

"Also, safety is not always guaranteed because drivers race each other to reach their destination and be the first to get passengers," he added.

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