// Wait for the entire page to load before running the script
window.addEventListener('load', function() {
const modal = document.getElementById('questionnaireModal');
// Check if the modal exists on the page
if (modal) {
// Find all radio buttons within the modal
const radioButtons = modal.querySelectorAll('input[type="radio"]');
// Loop through each radio button and add a 'change' event listener
radioButtons.forEach(function(radioButton) {
radioButton.addEventListener('change', function() {
// Get the parent element of the radio button (the question container)
const questionContainer = this.closest('.question');
// Find the question label within the container
const questionLabelDiv = questionContainer.querySelector('.question-label');
const questionText = questionLabelDiv.textContent.trim();
// Format the question text into a URL-friendly name
const formattedName = questionText
.toLowerCase() // Convert to lowercase
.replace(/[^a-z0-9\s]/g, '') // Remove non-alphanumeric characters (except spaces)
.replace(/\s+/g, '_') // Replace spaces with underscores
.replace(/_$/, ''); // Remove trailing underscore if any
// Get the value of the selected radio button
const answer = this.value;
// Alert the formatted question name and its answer
alert(`Question Name: ${formattedName}\nAnswer: ${answer}`);
});
});
}
});
Welcome to this beautifully maintained 2-bedroom, 2-bathroom condo located in the prestigious Grand Triomphe II by Tridel a Certified Green Building that blends luxury with sustainability.This bright, south-facing unit offers the perfect layout with two spacious, separated bedrooms, freshly painted... interiors, and brand-new carpet in the bedrooms for a move-in ready feel. Designed for both comfort and style, the open kitchen and sun-filled living spaces make it ideal for families or professionals seeking flexible space for a home office or studio.Enjoy an abundance of resort-style amenities, including 24-hour concierge, indoor pool, sauna/steam room, yoga studio, exercise gym, virtual golf, billiards/games room, theatre, guest suites, rooftop BBQ terrace, party room, bike storage, and more. Unbeatable Location just a 5-minute walk to Finch Subway, GO & Viva transit, with easy access to Highway 401. Surrounded by top-rated schools, lush parks, libraries, grocery stores, and a vibrant selection of restaurants, bistros, and cafes.This is the perfect opportunity for those looking for a stylish and functional home in the heart of North Yorks most connected neighbourhood.
Similar Properties(No results)
Mortgage Calculator
Calculate your estimated monthly mortgage payment
Price
$729,000
$
%
%
Total cost of mortgage
$0
Monthly payment
By clicking Save, we will calculate your estimated mortgage for all properties using the saved values (down payment percentage, interest rate, and amortization).
The accuracy and applicability of this calculator are not guaranteed.