0
Skip to Content
Dondlinger General Contracting
Dondlinger General Contracting
exhibit_c
Realtors
CASPr
New Buildings
Decks
Custom Woodwork
About
Home
Contact
CAD Design ~ 3D Printing
CAD Design ~ 3D Printing
Dondlinger General Contracting
Dondlinger General Contracting
exhibit_c
Realtors
CASPr
New Buildings
Decks
Custom Woodwork
About
Home
Contact
exhibit_c
Realtors
CASPr
New Buildings
Decks
Custom Woodwork
About
Home
Contact
CAD Design ~ 3D Printing
CASPr's 3D Virtual Tours E-Z Spike Black Powder-Coated Post- Base Spike for 4x4 Nominal Lumber
Screenshot (31).png Image 1 of
Screenshot (31).png
Screenshot (31).png

E-Z Spike Black Powder-Coated Post- Base Spike for 4x4 Nominal Lumber

$35.00

by Simpson Strong-Tie

Quantity:
Add To Cart

by Simpson Strong-Tie

by Simpson Strong-Tie

Have an Idea? Let’s make it a Plan.

About
Photos

Made with Squarespace

// Optimized JavaScript – Event Delegation & Performance-focused document.addEventListener('DOMContentLoaded', () => { const navContainer = document.querySelector('.header-nav'); // Set data-text attribute once document.querySelectorAll('.header-nav-item a').forEach(link => { link.setAttribute('data-text', link.textContent); }); if(navContainer){ navContainer.addEventListener('mouseover', (e) => { const targetLink = e.target.closest('.header-nav-item a'); if(targetLink){ document.querySelectorAll('.header-nav-item a').forEach(otherLink => { if(otherLink !== targetLink){ otherLink.classList.add('nav-neighbor-wobble'); } }); } }); navContainer.addEventListener('mouseout', (e) => { const targetLink = e.target.closest('.header-nav-item a'); if(targetLink){ document.querySelectorAll('.header-nav-item a').forEach(link => { link.classList.remove('nav-neighbor-wobble'); }); } }); } });