jQuery(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/widget', function () { setTimeout(function () { window.dispatchEvent(new Event('resize')); const combo = document.querySelector('.goog-te-combo'); if (combo && combo.value) { combo.dispatchEvent(new Event('change')); } }, 800); }); });