Lowongan

Filter

Posisi

Cari Lowongan

History Pencarian

Lowongan Tersimpan

document.addEventListener('DOMContentLoaded', function() { var shareButton = document.getElementById('shareButton'); if (shareButton) { shareButton.addEventListener('click', function() { if (navigator.share) { navigator.share({ title: document.title, text: 'Check out this awesome content!', url: window.location.href }) .then(() => console.log('Shared successfully!')) .catch((error) => console.error('Error sharing:', error)); } else { alert('Share functionality is not supported in your browser.'); } }); } });