Job Description
// JavaScript to handle the click event and share the URL document.addEventListener('DOMContentLoaded', function () { const shareLinks = document.querySelectorAll('.share-link'); shareLinks.forEach(link => { link.addEventListener('click', function (e) { e.preventDefault(); const platform = this.getAttribute('data-platform'); platform); // Debugging line const pageUrl = const shareUrl = getShareUrl(platform, pageUrl); URL:', shareUrl); // Debugging line '_blank'); }); }); function getShareUrl(platform, pageUrl) { const shareUrls = { 'facebook': 'linkedin': 'twitter': }; return shareUrls[platform] || ''; } });
About our Business
We aren’t just another dealership. We aim to be the best, both in performance and also the best place to work! We have a great time, have a strong culture, and have experienced unprecedented growth. If you want to work in a team that values you, encourages you, and is always trying to better what they do, look no further
About our role<...