Search
Fe, cultura i societat des de 1974
Església i societat
Filosofia i teologia
Cultura
Intercultures
Opinió
Botiga
Església i societat
Filosofia i teologia
Cultura
Intercultures
Opinió
Botiga
Fashion
Here What’s In Battlefield $80 Deluxe Edition Nmply dummy text
by
admin
9 de desembre de 2021
Read More
Music
How childhood viral infections may year 2021 Section
by
admin
9 de desembre de 2021
Music
How childhood viral infections may year 2021 Section
by
admin
9 de desembre de 2021
Latest News
Newsletter SingUp
Don’t worry, we don’t spam
TRENDING
FOLLOW US ON
Featured News
TOP CATEGORIES
Launch
(1)
LIFE STYLE
Sign Up for Our Newsletter
For Daily Update
document.addEventListener('click', function(e){ const btn = e.target.closest('.neeon-play-btn'); if (!btn) return; const wrapper = btn.closest('.neeon-audio-wrapper'); const audio = wrapper.querySelector('.neeon-audio'); const src = btn.getAttribute('data-audio'); // assignar src només un cop if (!audio.src) { audio.src = src; } // parar altres àudios document.querySelectorAll('.neeon-audio').forEach(a => { if (a !== audio) a.pause(); }); // reset visuals de tots els botons document.querySelectorAll('.neeon-play-btn').forEach(b => { if (b !== btn) { b.innerHTML = '
'; b.classList.remove('playing'); } }); // toggle play/pause if (audio.paused) { audio.play(); btn.innerHTML = '
'; btn.classList.add('playing'); } else { audio.pause(); btn.innerHTML = '
'; btn.classList.remove('playing'); } });