Meld je aan voor onze Job Alert en krijg een bericht in jouw inbox van de meest recente vacatures van Abrona.
{ const href = $el.getAttribute('href'); // Create a new URLSearchParams object const urlParams = new URLSearchParams(window.location.search); // Create a new URL object based on the original href const baseUrl = new URL(href, window.location.origin); // Iterate through each parameter and add it to the baseUrl search parameters urlParams.forEach((value, key) => { // Append each parameter to the baseUrl baseUrl.searchParams.append(key, value); }); window.location.href = (baseUrl); }" > Maak Job Alert aan