🌴 JobsLeisure.com

Where Work Meets Adventure

← Back to Leisure Jobs

Registered Nurse

Hospitality Full Benefits Career Growth
Company

Heritage Lifecare

Location

Ashburton, New Zealand

Posted

June 14, 2026

Start Your Adventure

Join our team and work where others vacation

Apply Now

About This Opportunity

  • Full Time
  • Application Closes 09 Jul 2026
  • Canterbury - Ashburton
  • Registered Nurse
  • // 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'); console.log('Platform:', platform); // Debugging line const pageUrl = `${window.location.href}?source=${platform}`; const shareUrl = getShareUrl(platform, pageUrl); console.log('Share URL:', shareUrl); // Debugging line window.open(shareUrl, '_blank'); }); }); function getShareUrl(platform, pageUrl) { const shareUrls = { 'facebook': `https://www.facebook.com/share.php?u=${encodeURIComponent(pageUrl)}`, 'linkedin': `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(pageUrl)}`, 'twitter': `htt...