document.addEventListener('DOMContentLoaded', function () {
    // Select all elements with the class 'nav-location-title'
    const navLocationTitles = document.querySelectorAll('.nav-location-title');

    // Loop through each element and add a mouseenter event listener
    navLocationTitles.forEach(function (element) {
        element.addEventListener('mouseenter', function () {
            // Simulate a click on the element
            element.click();
        });
    });
});
About Abodus
Advice for Parents & Guarantors
Frequently Asked Questions
Student Wellbeing
International Students
Blog & Guides

Request for information to be forgotten

Please fill out the form below if you would like to exercise your information rights under GDPR. Abodus Student Living respects your data. Please allow up to the the statutory 28 days for us to respond.

Request for information to be forgotten

"*" indicates required fields