Homes you’ve saved and the searches you’d like to come back to. Add your email to sync across devices and get alerts when prices drop or new listings match.
[vcg_sync_banner]
[vcg_saved_properties]
[vcg_saved_searches]
(function(){
var tabs = document.querySelectorAll(‘[data-vcg-tab]’);
var panels = document.querySelectorAll(‘[data-vcg-tab-panel]’);
tabs.forEach(function(t){
t.addEventListener(‘click’, function(){
var which = t.getAttribute(‘data-vcg-tab’);
tabs.forEach(function(x){
var on = x === t;
x.classList.toggle(‘is-active’, on);
x.setAttribute(‘aria-selected’, on ? ‘true’ : ‘false’);
});
panels.forEach(function(p){
p.classList.toggle(‘is-hidden’, p.getAttribute(‘data-vcg-tab-panel’) !== which);
});
});
});
})();