简体   繁体   English

为什么我不能让我的下拉菜单在我的bootstrap导航中工作?

[英]Why can't I get my dropdown menu to work in my bootstrap nav?

I am working on a site here http://defend-foreclosure.com using the latest version of bootstrap. 我正在使用最新版本的bootstrap在http://defend-foreclosure.com网站上工作。 For some reason, my dropdown for "Law" in the navbar is not working. 出于某种原因,我在导航栏中的“法律”下拉列表无法正常工作。 I've included all JS files and for some reason it just won't work no matter what I do. 我已经包含了所有JS文件,出于某种原因,无论我做什么,它都无法工作。

bootstrap.min.js is missing from your website just copy bootstrap.min.js to js directory on your website and add this in all html pages. 您的网站上缺少bootstrap.min.js只需将bootstrap.min.js复制到您网站上的js目录,并将其添加到所有html页面中。

<script src="js/jquery.js"></script>

I tested and it worked! 我测试过它有效!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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