document.addEventListener('DOMContentLoaded', function () { const input = document.getElementById('buscar-convenios'); const mensaje = document.getElementById('sin-resultados-convenios'); if (!input) return; function normalizar(texto) { return texto .toLowerCase() .normalize('NFD') .replace(/[\u0300-\u036f]/g, '') .trim(); } // Enlaces del contenido principal que apuntan a documentos externos const enlaces = Array.from( document.querySelectorAll('.main-content a') ).filter(function (a) { const href = a.getAttribute('href') || ''; return ( href.includes('boe.es') || href.includes('bocyl.jcyl.es') || href.includes('diputaciondezamora.es') ); }); input.addEventListener('input', function () { const busqueda = normalizar(input.value); let encontrados = 0; enlaces.forEach(function (enlace) { const texto = normalizar(enlace.textContent); if (busqueda === '' || texto.includes(busqueda)) { enlace.style.display = ''; encontrados++; } else { enlace.style.display = 'none'; } }); mensaje.style.display = busqueda !== '' && encontrados === 0 ? 'block' : 'none'; }); }); Skip to main content

980 51 99 58

C/Brahones 4, enpta. A. 49010 – Zamora

Lunes a viernes de 9.30h a 15.30h

Monthly Archives

enero 2011