// 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 22 Westholme. Nestled on one of the most community-focused streets in the Junction/High Park area. This is an updated 3-bedroom, 2-bathroom home with 2 car parking, detached garage with the ability to build a laneway house (Laneway housing report available). Your new home offers more than... just a place to live it offers a true sense of belonging. Westholme is known for its vibrant neighbourhood spirit, from the beloved annual Westholme Street Party to casual laneway playdates and events at the nearby Maher Circle Parkette. If education is a priority, you'll be pleased to know that this home is in the King George Junior Public School catchment - one of Ontario's top-rated schools, earning a perfect 10 on the Fraser Institute Report. Recent updates include a new roof (2020), furnace (2019), a child friendly electric fireplace, a professionally landscaped backyard, and a charming Muskoka-style front porch perfect for enjoying a quiet evening on this low-traffic street that doesn't connect to Dundas Street West. Situated on a 25 x 115 lot, the property also offers a spacious backyard, detached garage, and carport - so you'll never have to clear snow off your car in the winter. When its time to head out, you're just a 5-minute walk from the trendy shops and restaurants of The Junction and only 10 minutes from the shops of Bloor West Village and Runnymede Station on the Bloor- Danforth line. At 22 Westholme, you're not just buying a house you're joining a warm, welcoming community. Above average home inspection report available.
Similar Properties(No results)
Mortgage Calculator
Calculate your estimated monthly mortgage payment
Price
$1,799,900
$
%
%
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.