الأرشيف الدورات

الدورات

Type

تصنيف


الرئيسية
الدورات
بحث
السلة
الحساب
document.addEventListener("DOMContentLoaded", function() { const tabs = document.querySelectorAll(".courses-tabs .tab-link"); const contents = document.querySelectorAll(".courses-tabs .tab-content"); tabs.forEach(tab => { tab.addEventListener("click", function() { tabs.forEach(t => t.classList.remove("active")); contents.forEach(c => c.classList.remove("active")); this.classList.add("active"); document.getElementById(this.getAttribute("data-tab")).classList.add("active"); }); }); });