(function(){
var q = document.getElementById('lecoJogosQ');
var cards = Array.prototype.slice.call(document.querySelectorAll('.leco-jogo-card'));
var count = document.getElementById('lecoJogosCount');
function update(){
var term = (q.value || '').trim().toLowerCase();
var visible = 0;
cards.forEach(function(card){
var hay = (card.getAttribute('data-title') || '').toLowerCase();
var show = !term || hay.indexOf(term) !== -1;
card.style.display = show ? 'flex' : 'none';
if(show) visible++;
});
count.textContent = visible + (visible === 1 ? ' jogo' : ' jogos');
}
if(q){
q.addEventListener('input', update);
update();
}
})();
JÁ TEM UMA CONTA NA LECO?
FAÇA LOGIN.
Novo por aqui?
Cadastre-se para continuar.
Leco Brinquedos e os cookies: usamos cookies para personalizar anúncios e melhorar a sua experiência no site. Ao continuar navegando, você concorda com a nossa Política de Privacidade e Política de envios.