Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jquery 为什么导航栏不是';不行吗?_Jquery_Html_Css_Twitter Bootstrap_Nav - Fatal编程技术网

Jquery 为什么导航栏不是';不行吗?

Jquery 为什么导航栏不是';不行吗?,jquery,html,css,twitter-bootstrap,nav,Jquery,Html,Css,Twitter Bootstrap,Nav,我不知道应该和不应该使用哪种代码。所以我只是把网站放在dropbox上,然后在这里发布链接 请检查导航栏。它反应灵敏,但在窗口小时不起作用 我把事情搞砸了。我的导航条单身时工作正常。但当我试图用滑块调整它时,它会产生一个问题。在小型设备布局中,当我单击仅sr按钮时,它会显示菜单,但如果我再次单击仅sr按钮,菜单不会返回 代码 切换导航 登录 在链接引导css文件链接之前链接常规jquery文件链接 像这样 <script src="https://maxcdn.bootst

我不知道应该和不应该使用哪种代码。所以我只是把网站放在dropbox上,然后在这里发布链接

请检查导航栏。它反应灵敏,但在窗口小时不起作用

我把事情搞砸了。我的导航条单身时工作正常。但当我试图用滑块调整它时,它会产生一个问题。在小型设备布局中,当我单击仅sr按钮时,它会显示菜单,但如果我再次单击仅sr按钮,菜单不会返回

代码


切换导航
登录
在链接引导css文件链接之前链接常规jquery文件链接 像这样

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">


请提供JSFIDLE。提供更多信息。您发布的HTML是正确的,工作正常。请检查您的引导javascript实现
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js"></script>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">