Recherche

jQuery(document).on('elementor/popup/show', function (event, id, instance) { if (typeof window.yutoInitAutocomplete !== 'function') { return; } var $popup = instance.$element || jQuery('#elementor-popup-modal-' + id); var root = $popup.length ? $popup[0] : document; setTimeout(function () { window.yutoInitAutocomplete(root); }, 150); });