Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用最新版本的引导程序在http://defend-foreclosure.com网站上工作。出于某种原因,我在导航栏中的“法律”下拉菜单不起作用。我已经包含了所有 JS 文件,但由于某种原因,无论我做什么,它都无法正常工作。
您的网站缺少 bootstrap.min.js 只需将 bootstrap.min.js 复制到您网站上的 js 目录,然后将其添加到所有 html 页面中。
<script src="js/jquery.js"></script>
我测试过,它有效!