News24 Live TV

News 24 News 24 MP/CG tabs.forEach(tab => { tab.addEventListener(‘click’, function (e) { e.preventDefault(); // Remove active class from all tabs tabs.forEach(t => t.classList.remove(‘active-a’)); this.classList.add(‘active-a’); const targetId = this.getAttribute(‘data-id’); contents.forEach(content => { const iframe = content.querySelector(‘iframe’); if (iframe) iframe.remove(); // remove existing iframe (destroy player) if (content.getAttribute(‘data-id’) === targetId) { content.classList.add(‘tab-active’); // recreate iframe for the … Continue reading News24 Live TV