网络营销电子商务研究中心  
How to buy the best prescription safety glasses in Canada? Let's study!
Go Back   网络营销电子商务研究中心 > 网站设计 > CSS, DIV, HTML
User Name
Password
 
FAQ Members List Calendar Cheap Glasses

Reply
 
Thread Tools Display Modes
  #1   IP: 112.87.85.95
Old 2016-11-05, 11:22 PM
Sadler Sadler is offline
初级会员
 
Join Date: 2007-12-04
Posts: 1
Sadler 现在声名狼藉
Default bootstrap点击下拉菜单怎么没有反应?

html5页面,代码如下,该引用的文件也引用了,点击下拉菜单就是没有反应

Code:
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Bootstrap</title>
	<link rel="stylesheet" href="css/bootstrap.min.css">
	<style>
		.a {
			height: 50px;
			border: 1px solid #ccc;
			background-color: #eee;
		}
		body {
			margin: 50px;
		}
	</style>
</head>
<body>
 <div class="dropdown">
 	<button class="btn btn-default" data-toggle="dropdown">
 		下拉菜单
 		<span class="caret"></span>
 	</button>
	<ul class="dropdown-menu">
		<li><a href="#">a</a></li>
		<li><a href="#">b</a></li>
		<li><a href="#">c</a></li>
		<li><a href="#">d</a></li>
	</ul>
 </div>

 	<script src="js/bootstrap.min.js"></script>
	<script src="js/jquery-1.12.4.min.js"></script>
</body>
</html>
Reply With Quote
  #2   IP: 112.87.85.95
Old 2016-11-05, 11:24 PM
San Patricio San Patricio is offline
初级会员
 
Join Date: 2006-11-17
Posts: 1
San Patricio 现在声名狼藉
Default

问题简单,把 jquery.min.js 的引用挪到 bootstrap.min.js 前面去,就行了;
即:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Bootstrap</title>
	<link rel="stylesheet" href="css/bootstrap.min.css">
	<style>
		.a {
			height: 50px;
			border: 1px solid #ccc;
			background-color: #eee;
		}
		body {
			margin: 50px;
		}
	</style>
</head>
<body>
 <div class="dropdown">
 	<button class="btn btn-default" data-toggle="dropdown">
 		下拉菜单
 		<span class="caret"></span>
 	</button>
	<ul class="dropdown-menu">
		<li><a href="#">a</a></li>
		<li><a href="#">b</a></li>
		<li><a href="#">c</a></li>
		<li><a href="#">d</a></li>
	</ul>
 </div>

 
	<script src="js/jquery-1.12.4.min.js"></script>
	<script src="js/bootstrap.min.js"></script>
</body>
</html>
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Prescription-glasses.com offers prescription glasses online at discount prices.
All times are GMT +8. The time now is 09:11 AM.


Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.