In der Presse

Bleiben Sie auf dem Laufenden – mit unseren neuesten Medienberichten, Brancheneinblicken und aktuellen Informationen für Personaldienstleister, Unternehmen und Personalpartner weltweit.

Nach Veröffentlichung filtern:

document.addEventListener('DOMContentLoaded', function () { const filters = document.querySelectorAll('.p20-dropdown-filter'); filters.forEach(function (filterWidget) { const filterItems = filterWidget.querySelectorAll('.e-filter-item'); if (!filterItems.length) return; // Prevent duplicate dropdowns if (filterWidget.querySelector('.p20-filter-select')) return; // Create the dropdown const select = document.createElement('select'); select.className = 'p20-filter-select'; // Build dropdown options from Elementor's taxonomy filter items filterItems.forEach(function (item) { const option = document.createElement('option'); option.value = item.getAttribute('data-filter'); option.textContent = item.textContent.trim(); // Match Elementor's currently selected filter if (item.getAttribute('aria-pressed') === 'true') { option.selected = true; } select.appendChild(option); }); // When dropdown changes, trigger Elementor's native filter select.addEventListener('change', function () { const selectedFilter = this.value; const target = Array.from(filterItems).find(function (item) { return item.getAttribute('data-filter') === selectedFilter; }); if (target) { target.click(); } }); // Add dropdown to the taxonomy filter widget filterWidget.appendChild(select); // Hide Elementor's original taxonomy filter buttons filterItems.forEach(function (item) { item.style.display = 'none'; }); }); });

Why The Creator Economy May Be Heading For Its Uber Moment

Why One-size-fits-all Learning Doesn't Work For Today’s Flexible Workforce

The Limits Of Automation In Global Workforce Programs (Placed As: ‚when Automation Alone Is Not Enough In Eor And Aor Services‘)

The Rolling Recession No One’s Talking About

Empower Your Contingent Workers With Mentorship

Smarter HR: Using AI To Evolve People Processes Without Compromising Culture

Medienkit

Laden Sie unsere offiziellen People2.0-Logo-Dateien, Markenelemente und wichtige Unternehmensdaten für die Nutzung durch die Medien herunter.

Presseanfragen

Für Presseanfragen oder Interviewwünsche steht Ihnen unser Medienteam gerne zur Verfügung, um fachkundige Auskünfte zu den Themen Einhaltung von Arbeitsvorschriften, arbeitsrechtliche Bestimmungen und globale Trends im Personalwesen zu geben.

Bei Fragen wenden Sie sich bitte an press@people20.com.

const privacyField = document.querySelector('.hsfc-DataPrivacyField'); if (privacyField) { const richTextDivs = privacyField.querySelectorAll('.hsfc-RichText'); if (richTextDivs.length > 0) { richTextDivs[0].style.display = 'none'; }
const privacyField = document.querySelector('.hsfc-DataPrivacyField'); if (privacyField) { const richTextDivs = privacyField.querySelectorAll('.hsfc-RichText'); if (richTextDivs.length > 0) { richTextDivs[0].style.display = 'none'; }