$(document).ready(function() { $(document).ajaxComplete(function() { $('#innerQuantidade').insertBefore('#innerAdicionais'); $('#innerQuantidadeCopias').insertBefore('#innerAdicionais'); if ($('#homeID').length > 0) { $('#s-produtos-vendidos').insertAfter('#s-produtos-destaque'); } var $dropdownMenu = $('#header-modelo-1 .navigation-clean .navbar-nav .nav-item.nav-user .dropdown .dropdown-menu'); if ($dropdownMenu.length > 0) { var $filhos = $dropdownMenu.children(); if ($filhos.length === 1 && $filhos.hasClass('jsBotLogin')) { $('.header-carrinho-texto.d-none').each(function() { if ($(this).text().trim() === 'Minha conta') { $(this).replaceWith('
Olá
Entre ou cadastre-se
'); } }); } } // --------------------------------------- // Mata o evento logo após a primeira execução $(document).off("ajaxComplete"); }); });