Pesquisando por
Ver em lista:
Bio Bloom
R$129,00

// Pega todos os links com classe .scroll document.querySelectorAll('a.et_pb_button').forEach(link => { link.addEventListener('click', function(event) { event.preventDefault(); // impede o salto direto // pega o valor do href (ex: #idancorar) const alvo = document.querySelector(this.getAttribute('href')); if (alvo) {..
Exibindo de 1 a 1 do total de 1 (1 páginas)