Mobile nav not working

I am trying to make a mobile nav and it works on code pen but not locally. https://codepen.io/RS_2009/pen/poZZPEm ull have to hv to copy it
Rishit
CodePen
poZZPEm
...
2 Replies
MarkBoots
MarkBoots2y ago
how are you loading the javascript? Are you per chance loading it in the <head>? Then probably you forgot to add the 'defer' attribute so it runs after the page has loaded
<head>
<script src="myfile.js" defer></script>
</head>
<head>
<script src="myfile.js" defer></script>
</head>
if this doesnt solve it, check if you browser console shows errors
rishit
rishit2y ago
that solved it tysm
Want results from more Discord servers?
Add your server