It works the first time when I am at the main page but if I go to another page I cant click the menu again.
https://github.com/Sebbbbe/Sebbe - This is the GitHub page with the HTML files. First time posting anything on GitHub so if it dosen’t work tell me. Been stuck for almost 2 hours testing things would appreciate any help.
On your index page you are loading script files. On the others no scripts are loaded. I’m guessing one of those script files has the missing functionality.
There are some files are missing on your github too. jquery/jquery.js and css/main.css.
Is jquery.js file the jquery library stored locally on your computer or is it some custom jquery file you have authored?