Cold conditions, scattered showers anticipated Wednesday

AMMAN — The weather on Wednesday is expected to be relatively cold and partly cloudy with a chance of scattered showers in certain parts of the Kingdom, mainly the eastern region, as it is affected by a depression centred over Cyprus, the Jordan Meteorological Department (JMD) forecast said on Tuesday.

The weather on Wednesday night is forecast to gradually stabilise with the formation of some fog on mountainous areas, the JMD added as reported by the Jordan News Agency, Petra.

The Local Administration Ministry on Tuesday announced the medium alert level at emergency rooms of municipalities of Irbid, Ajloun, Jerash, Balqa, Madaba, Karak, Tafileh, Maan and Aqaba due to the expected weather conditions.

Nidal Adwan, secretary-general of the Ministry for Administrative and Financial Affairs, urged municipalities to immediately address any emergencies that might accompany the forecast weather and inform emergency rooms with developments through the ministry's emergency system, Petra, reported.

Adwan also called on citizens residing in low-lying areas which may flood to relocate to safer areas.

He has urged the public to report any emergencies through 06-4631987, 06-4622372, and 06-4641393, or through https://tawasol.mola.gov.jo.

Also on Tuesday, the Public Works and Housing Ministry called on the public to exercise caution in conjunction with the expected weather conditions.

Public Works and Housing Minister Maher Abul Samen also visited the main operation room and checked on preparations to deal with the rainy season, Petra 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'); }); }); });