Bootstrap 引入文件顺序及IE兼容性js

Posted ThisCall

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bootstrap 引入文件顺序及IE兼容性js相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>

<link rel="stylesheet" href="css/bootstrap.css">

<!--[if lt IE 9]>
  <script src=“http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js”></script>  //可选
  <script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->

</head>
<body>
<div class="container">

</div>
<script src="js/jquery-1.11.3.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>























以上是关于Bootstrap 引入文件顺序及IE兼容性js的主要内容,如果未能解决你的问题,请参考以下文章

bootstrap4支持IE9+浏览器吗

IE兼容性问题

兼容ie浏览器的方法

web适配问题

怎么解决bootstrap在各版本IE浏览器中的兼容性问题???

关于jquery版本与兼容ie7,ie8的一些问题