Skip to main content
/*Load Current Time*/ $.ajax({ url: 'https://www.athabascau.ca/scripts/university-relations/mainsite/contact/current-time.php', type: 'POST', data: {}, success: function (response) { $("#athabasca-current-time").html(response); }, error: function (e) { console.log(e); } }); const calculatorLink = document.querySelector("#section-jump-nav li:nth-child(4) a"); calculatorLink.setAttribute("href", "https://www.athabascau.ca/scripts/student-academic-services/tools/course-fee-calculator/index.php"); calculatorLink.setAttribute("data-fancybox", ""); calculatorLink.setAttribute("data-type", "iframe");