Gov’t meets with jobseekers protesting outside Royal Court

Gov’t meets with jobseekers protesting outside Royal Court

AMMAN — A governmental team on Sunday met with a group of jobseekers protesting in front of the Royal Court.

The team included Minister of Public Works and Housing Falah Omoush, President of the Civil Service Bureau Nedal Batayneh and a number of secretaries general and officials concerned with recruitment from the ministries, the Jordan News Agency, Petra, reported.

The team listened to the jobseekers’ demands in order to prepare reports about the suffering they had endured while unemployed.

Petra reported that the meeting was in accordance with the government’s plans and priorities to alleviate poverty and unemployment, and to create adequate job opportunities for Jordanians in cooperation with the private sector.

The government said it is in the process of implementing recruitment plans, adding that solutions will be comprehensive, and not restricted to specific categories of jobs, by creating jobs in the private sector which provide health insurance and social security, Petra added.

The team pointed to the government’s pledges and plans to create 30,000 job opportunities in the private sector during 2019.

The government, as part of the plan, announced on February 21, that there were 3,300 job openings across the Kingdom.

The openings included 217 jobs in Aqaba, 122 in Maan, 624 in Irbid, 254 in Ajloun, 100 in Karak, 205 in Tafileh and 42 in Balqa.

Director of the Tafileh Labour Office Atef Hreishat on Sunday said that the labour department has received 4,200 applications from 2,720 male and 1,480 female jobseekers.

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