Haven't found your perfect match? No worries, contact the Carzu team to find your dream vehicle!
$('.searchpage_input').on('input', function(){
if ($(this).val()){
$(this).addClass('has--value');
} else {
$(this).removeClass('has--value');
}
});
sessionStorage.setItem('locat', location.href);
// Select the target element
let targetElement = document.querySelector('.quote_options_wrapper');
// Create a MutationObserver
let observer = new MutationObserver(function (mutationsList) {
for (let mutation of mutationsList) {
if (
mutation.attributeName === 'aria-hidden' &&
!targetElement.hasAttribute('aria-hidden')
) {
// Create a