Need Assistance?: Call (817) 393-4000
Account   |   Login

YOUR CART
0 items - $0.00

Daniel Defense MK12

SUBSCRIBE FOR EXCLUSIVE INFO & SPECIALS

document.addEventListener("DOMContentLoaded", function() { const tabButtons = document.querySelectorAll('.tab-btns .button'); const tabContents = document.querySelectorAll('.tab-content'); tabButtons.forEach(button = { button.addEventListener('click', function(e) { e.preventDefault(); const targetTab = this.getAttribute('data-tab'); tabButtons.forEach(btn = btn.classList.remove('activebutton')); this.classList.add('activebutton'); tabContents.forEach(content = content.classList.remove('active')); document.getElementById(targetTab).classList.add('active'); }); }); // Show the first tab by default if (tabButtons.length 0) { tabButtons[0].click(); } });