Need help with my portfolio (problem with navbar)

Hello, guys!

Need some help with my portfolio.
http://codepen.io/obulygin/full/ezBxwo/ – when i open it in codepen it works fine (i think :slight_smile: ), but when i open it on my local computer or on github pages (https://obulygin.github.io/Portfolio-page/, https://github.com/obulygin/Portfolio-page) navbar doesn’t work (when you click on dropdown menu it happens nothing). Same with mobile nav button.

Why it can be? I think the problem was in linking bootstrap and jquery, but i guess i do it right.

Move bootstrap.js file to the bottom of the body

Nope, did not help :sweat:

"Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3"
Fix it, and then try.

1 Like

Thank you! Now it works.

You’re welcome. Open the Console, when things are not working as expected. This will save you from a lot of trouble.

1 Like