Last active
December 1, 2021 18:21
-
-
Save seezee/8d622da451cb856e4f110272a705d355 to your computer and use it in GitHub Desktop.
Disabled WordPress Navigation Links
Wrap code in functions. Fix bug where links that weren't direct children were also prevented from their default behavior. Target both the link and the span inside of the link.
Commented out matches.removeAttribute('href');
for keyboard accessibility.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactored the code from jQuery to vanilla JS (ES6).