简体   繁体   中英

Please help me find the bug in my Bootstrap 3 nav bar

The collapsed nav bar (at small window sizes) no long functions. Clicking on the nav icon doesn't pop up a dropdown nav. You can view the site and its source here: http://www.clearsoftinc.com/Clearsoft/public_html/index.html

Your data-target on your button navbar-toggle should be

data-target=".navbar-collapse"

It was previously .nav-collapse

Easy to miss with so many similar classes in bootstrap!

You have JavaScript error:

GET http://www.clearsoftinc.com/Clearsoft/public_html/js/jquery-1.10.2.min.map 404 (Not Found) 

You must include this file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM