Link to home
Start Free TrialLog in
Avatar of Melody Scott
Melody ScottFlag for United States of America

asked on

nav collapse and drop down not working

http://www.renalmealplans.com/responsive/

I must be having a bad day. in the navigation, nav collapse and drop down are not working on this page. Here's what I've done:

1. I replaced the menu with one from the Bootstrap 3 components page. It didn't work, either.
2. Confirmed that I'm linking to bootstrap.min.css and bootstrap.min.js and jquery.
3. I removed the div "container" from the top of the page, thinking it might be interfering. No difference.

So either I'm missing something obvious, or there's a bug somewhere. Looking forward to your answers. Thanks!
Avatar of Kim Walker
Kim Walker
Flag of United States of America image

Try moving the jQuery.min.js script tag above the bootstrap.min.js script tag. jQuery should load first.
Avatar of Melody Scott

ASKER

Ok, did that, it appears to still not be working for me.
ASKER CERTIFIED SOLUTION
Avatar of Kim Walker
Kim Walker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oh! Ok, thanks. Weird, I thought I got that from the CDN site, but obviously it was old.
Genius!! Thanks so much.
Brilliant, thanks!